From 53e5dc483276dc52b06d8624ef246be40f53b600 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:45:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=96=87=E4=BB=B6):=20=E5=85=81=E8=AE=B8?= =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E5=BA=94=E7=94=A8=E8=AE=BF=E9=97=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B9=20(#3602)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.android.documentsui.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.android.documentsui.ts diff --git a/src/apps/com.android.documentsui.ts b/src/apps/com.android.documentsui.ts new file mode 100644 index 00000000..dc5cd3e9 --- /dev/null +++ b/src/apps/com.android.documentsui.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.android.documentsui', + name: '文件', + groups: [ + { + key: 1, + name: '允许第三方应用访问文件夹', + activityIds: 'com.android.documentsui.picker.PickActivity', + rules: '[text="取消"] + [text="允许"]', + snapshotUrls: 'https://i.gkd.li/import/13801468', + }, + ], +});