mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-07-02 05:15:48 +08:00
feat(MyTermuxActivity): 添加桌面快捷方式及指纹验证功能
- 列表项长按菜单新增"创建桌面快捷方式" - 支持 ShortcutManager(API 26+) 和 INSTALL_SHORTCUT 广播两种方式 - TermuxCommandExecutor 所有命令执行前增加指纹验证 - 自定义AlertDialog显示命令信息(名称蓝色粗体),通过后启动BiometricPrompt - 列表项名称蓝色粗体显示 - 新增 EXTRA_SESSION_ACTION 确保每次创建新终端会话 - MyTermuxActivity 添加 shortcut 意图处理(onCreate/onNewIntent)
This commit is contained in:
@@ -103,6 +103,9 @@ dependencies {
|
||||
implementation 'com.termux:terminal-emulator:0.118.0'
|
||||
implementation 'com.termux:terminal-view:0.118.0'
|
||||
implementation 'com.termux:termux-shared:0.118.0'
|
||||
|
||||
// Biometric (指纹识别)
|
||||
implementation 'androidx.biometric:biometric:1.1.0'
|
||||
|
||||
// WinBoLL库 nexus.winboll.cc 地址
|
||||
//api 'cc.winboll.studio:libappbase:15.20.22'
|
||||
|
||||
Reference in New Issue
Block a user