mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(文件): 允许第三方应用访问文件夹 (#3602)
This commit is contained in:
15
src/apps/com.android.documentsui.ts
Normal file
15
src/apps/com.android.documentsui.ts
Normal file
@@ -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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user