Skip to content

Commit

Permalink
feat(华为应用市场): 权限提示-通知权限 (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 7, 2025
1 parent db3b445 commit 8c35a1a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/apps/com.huawei.appmarket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,20 @@ export default defineGkdApp({
},
],
},
{
key: 6,
name: '权限提示-通知权限',
desc: '点击[以后再说]',
rules: [
{
fastQuery: true,
activityIds:
'com.huawei.appgallery.jointmessage.jointmessage.impl.activity.NotificationSwitchDialogActivity',
matches: '[text="以后再说"][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/1a0531ef-a18c-483d-8ac9-b50c96c6431d',
snapshotUrls: 'https://i.gkd.li/i/18328929',
},
],
},
],
});

0 comments on commit 8c35a1a

Please sign in to comment.