feat(权限管理服务): 权限授予弹窗 (#3412)

This commit is contained in:
Kun Jinkao 2023-12-24 21:14:19 +08:00 committed by GitHub
parent 373e01656d
commit d2a9db0197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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',
},
],
});