feat(软件包安装程序): 请求开启反恶意软件提示弹窗 (#1743)

This commit is contained in:
Kun Jinkao 2023-11-02 22:03:00 +08:00 committed by GitHub
parent 9753486057
commit 2c9910c1b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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',
},
],
},
],
});