mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
feat(软件包安装程序): 请求开启反恶意软件提示弹窗 (#1743)
This commit is contained in:
21
src/apps/com.samsung.android.packageinstaller.ts
Normal file
21
src/apps/com.samsung.android.packageinstaller.ts
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.samsung.android.packageinstaller',
|
||||||
|
name: '软件包安装程序',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
enable: false,
|
||||||
|
key: 1,
|
||||||
|
name: '请求开启反恶意软件提示弹窗',
|
||||||
|
activityIds: 'pl.solidexplorer.SolidExplorer',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
matches: ['[text^="是否打开反恶意软件"]', '[text="取消"]'],
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13233686',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user