feat(安全服务): 功能类-自动允许分享文件

This commit is contained in:
AIsouler
2024-09-28 21:33:35 +08:00
parent 5c562de44d
commit 497277b0db

View File

@@ -124,5 +124,19 @@ export default defineGkdApp({
}, },
], ],
}, },
{
key: 16,
name: '功能类-自动允许分享文件',
desc: '允许应用通过分享获取手机文件',
rules: [
{
fastQuery: true,
activityIds: 'com.miui.wakepath.ui.ConfirmStartActivity',
matches: ['[text="分享文件"]', '[text="允许"]'],
exampleUrls: 'https://e.gkd.li/02c752e7-3dd9-47dc-819b-e8246de29b6a',
snapshotUrls: 'https://i.gkd.li/i/17174152',
},
],
},
], ],
}); });