feat: OPPO健康-权限提示-应用使用情况 (#1323)

This commit is contained in:
天方夜谭
2025-10-26 12:49:17 +08:00
committed by GitHub
parent 14ca66fed4
commit 1f42da641c

View File

@@ -74,5 +74,21 @@ export default defineGkdApp({
},
],
},
{
key: 6,
name: '权限提示-应用使用情况',
desc: '点击[暂不]',
rules: [
{
fastQuery: true,
activityIds: '.sleep.SleepHistoryActivity',
matches: [
'[text^="授权“OPPO 健康”应用访问应用使用情况"]',
'[text="暂不"]',
],
snapshotUrls: 'https://i.gkd.li/i/23146074',
},
],
},
],
});