diff --git a/src/apps/com.android.documentsui.ts b/src/apps/com.android.documentsui.ts index dc5cd3e9..236e8e42 100644 --- a/src/apps/com.android.documentsui.ts +++ b/src/apps/com.android.documentsui.ts @@ -6,10 +6,22 @@ export default defineAppConfig({ groups: [ { key: 1, - name: '允许第三方应用访问文件夹', + name: '功能类-允许第三方应用访问文件夹', activityIds: 'com.android.documentsui.picker.PickActivity', rules: '[text="取消"] + [text="允许"]', snapshotUrls: 'https://i.gkd.li/import/13801468', }, + { + key: 2, + quickFind: true, + name: '功能类-使用此文件夹', + rules: [ + { + activityIds: 'com.android.documentsui.picker.PickActivity', + matches: '[text="使用此文件夹"]', + snapshotUrls: 'https://i.gkd.li/import/13916082', + }, + ], + }, ], });