Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(应用包管理组件): 自动第三方安装应用(补充 activityId) (#2230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 authored Nov 18, 2023
1 parent 434bb57 commit 07c081d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/apps/com.miui.packageinstaller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@ export default defineAppConfig({
},
{
key: 1,
activityIds:
activityIds: [
'com.miui.packageInstaller.ui.InstallPrepareAlertActivity',
'com.miui.packageInstaller.NewInstallerPrepareActivity',
],
matches: '@[text="允许"] + [text="禁止"]',
snapshotUrls: 'https://i.gkd.li/import/13054478',
snapshotUrls: [
'https://i.gkd.li/import/13054478',
'https://i.gkd.li/import/13399425',
],
},
],
},
Expand Down

0 comments on commit 07c081d

Please sign in to comment.