Files
AIsouler-GKD_subscription/src/apps/com.google.android.documentsui.ts
2023-10-23 01:20:09 +08:00

29 lines
763 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.google.android.documentsui',
name: 'Android 系统文件选择器',
groups: [
{
enable: false,
key: 10,
name: '授权第三方应用访问文件夹',
desc: '自动点击【使用此文件夹】->【允许】',
activityIds: 'com.android.documentsui.picker.PickActivity',
rules: [
{
key: 0,
matches: '[text="使用此文件夹"]',
snapshotUrls: 'https://i.gkd.li/import/12799610',
},
{
preKeys: 0,
key: 1,
matches: '[text="取消"] + [text="允许"]',
snapshotUrls: 'https://i.gkd.li/import/12799603',
},
],
},
],
});