Skip to content

Commit

Permalink
feat(应用包管理组件): 功能类-自动安装/更新应用
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlctate committed Nov 11, 2024
1 parent cac6926 commit 6e75762
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/apps/com.miui.packageinstaller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default defineGkdApp({
{
key: 13,
name: '功能类-自动安装/更新应用',
desc: '该规则仅适配关闭小米系统[安全守护]的情况',
fastQuery: true,
rules: [
{
Expand All @@ -45,6 +46,7 @@ export default defineGkdApp({
},
{
// preKeys: [0], 有概率不触发
key: 1,
name: '点击[完成]',
activityIds:
'com.miui.packageInstaller.ui.normalmode.InstallProgressActivity',
Expand Down

0 comments on commit 6e75762

Please sign in to comment.