feat(应用包管理组件): 自动第三方安装应用 (#958)

close #936
This commit is contained in:
aoguai 2023-10-13 01:00:31 +08:00 committed by GitHub
parent 03ac316db8
commit 5c97096895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,16 @@ export default defineAppConfig({
id: 'com.miui.packageinstaller', id: 'com.miui.packageinstaller',
name: '应用包管理组件', name: '应用包管理组件',
groups: [ groups: [
{
enable: false,
key: 9,
name: '自动第三方安装应用',
desc: '自动允许第三方应用调用安装,安装应用',
activityIds: [],
rules:
'TextView[text*="尝试安装应用"] < LinearLayout +2n LinearLayout > Button[text="继续"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12874746',
},
{ {
enable: false, enable: false,
key: 10, key: 10,