Skip to content

Commit

Permalink
feat(软件包安装程序): 功能类-自动安装应用(补充activityId)
Browse files Browse the repository at this point in the history
  • Loading branch information
adproqwq committed Aug 8, 2024
1 parent a785c17 commit 5d6aaeb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/apps/com.android.packageinstaller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ export default defineGkdApp({
{
key: 0,
name: '点击[继续安装]',
activityIds: 'com.android.packageinstaller.PackageInstallerActivity',
activityIds: [
'com.android.packageinstaller.PackageInstallerActivity',
'com.android.packageinstaller.FlymePackageInstallerActivity',
],
matches: '[text="继续安装"]',
snapshotUrls: [
'https://i.gkd.li/i/13206444',
'https://i.gkd.li/i/14046749',
'https://i.gkd.li/i/16550275',
],
},
{
Expand All @@ -26,6 +30,7 @@ export default defineGkdApp({
'com.android.packageinstaller.NewInstallInstalling',
'com.android.packageinstaller.InstallSuccess',
'com.android.packageinstaller.oplus.InstallAppProgress',
'com.android.packageinstaller.FlymePackageInstallerActivity',
],
matches: '[text="完成"]',
snapshotUrls: [
Expand All @@ -34,6 +39,7 @@ export default defineGkdApp({
'https://i.gkd.li/i/13962438',
'https://i.gkd.li/i/14138323',
'https://i.gkd.li/i/14471862',
'https://i.gkd.li/i/16550273',
],
},
{
Expand Down

0 comments on commit 5d6aaeb

Please sign in to comment.