From 5c97096895a348220b821113544e47d38c237a69 Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Fri, 13 Oct 2023 01:00:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BA=94=E7=94=A8=E5=8C=85=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=BB=84=E4=BB=B6):=20=E8=87=AA=E5=8A=A8=E7=AC=AC?= =?UTF-8?q?=E4=B8=89=E6=96=B9=E5=AE=89=E8=A3=85=E5=BA=94=E7=94=A8=20(#958)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #936 --- src/apps/com.miui.packageinstaller.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps/com.miui.packageinstaller.ts b/src/apps/com.miui.packageinstaller.ts index 785f64be..cf7daa76 100644 --- a/src/apps/com.miui.packageinstaller.ts +++ b/src/apps/com.miui.packageinstaller.ts @@ -4,6 +4,16 @@ export default defineAppConfig({ id: 'com.miui.packageinstaller', name: '应用包管理组件', 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, key: 10,