mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 06:42:21 +08:00
feat(权限管理服务): 权限授予弹窗 (#3412)
This commit is contained in:
parent
373e01656d
commit
d2a9db0197
18
src/apps/com.lbe.security.miui.ts
Normal file
18
src/apps/com.lbe.security.miui.ts
Normal file
|
@ -0,0 +1,18 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.lbe.security.miui',
|
||||
name: '权限管理服务',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '权限授予弹窗',
|
||||
desc: '自动点击【仅在使用中允许】',
|
||||
activityIds:
|
||||
'com.android.packageinstaller.permission.ui.GrantPermissionsActivity',
|
||||
quickFind: true,
|
||||
rules: '[text="仅在使用中允许"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13761264',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user