mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat(手机管家): 功能类-高敏感权限自动确定(补充activityid)
This commit is contained in:
@@ -73,16 +73,23 @@ export default defineGkdApp({
|
|||||||
name: '功能类-高敏感权限自动确定',
|
name: '功能类-高敏感权限自动确定',
|
||||||
desc: '勾选[我已知晓可能存在的风险]-10s后点击[确定]',
|
desc: '勾选[我已知晓可能存在的风险]-10s后点击[确定]',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds:
|
activityIds: [
|
||||||
'com.miui.permcenter.privacymanager.SpecialPermissionInterceptActivity',
|
'com.miui.permcenter.privacymanager.SpecialPermissionInterceptActivity',
|
||||||
|
'com.miui.permcenter.privacymanager.DeviceManagerApplyActivity',
|
||||||
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
matches:
|
matches: [
|
||||||
'@[checked=false] + [text="我已知晓可能存在的风险,并自愿承担可能导致的后果"]',
|
'[text="我已知晓可能存在的风险,并自愿承担可能导致的后果"]',
|
||||||
|
'@[vid="check_box"][checked=false]',
|
||||||
|
],
|
||||||
exampleUrls:
|
exampleUrls:
|
||||||
'https://m.gkd.li/57941037/e9672ccd-8dd1-4060-bdbe-52bb355d404f',
|
'https://m.gkd.li/57941037/e9672ccd-8dd1-4060-bdbe-52bb355d404f',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14965657',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/14965657',
|
||||||
|
'https://i.gkd.li/i/15242826',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
preKeys: [0],
|
preKeys: [0],
|
||||||
@@ -90,7 +97,10 @@ export default defineGkdApp({
|
|||||||
matches: '[text="确定"]',
|
matches: '[text="确定"]',
|
||||||
exampleUrls:
|
exampleUrls:
|
||||||
'https://m.gkd.li/57941037/1f2a118a-db2a-448d-a95d-f10d746b72e3',
|
'https://m.gkd.li/57941037/1f2a118a-db2a-448d-a95d-f10d746b72e3',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14965656',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/14965656',
|
||||||
|
'https://i.gkd.li/i/15242825',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user