We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31c993 commit eed7630Copy full SHA for eed7630
src/globalDefaultApps.ts
@@ -58,6 +58,8 @@ export const blackListAppIDs: string[] = [
58
'app.mihon', // Mihon
59
'com.rosan.installer.x', // installerX
60
'app.rikka.savecopy', // 保存副本
61
+ 'com.rosan.dhizuku', // Dhizuku
62
+ 'com.rosan.accounts', // Accounts
63
64
// 系统自带非系统应用
65
// 小米
@@ -125,6 +127,9 @@ export const openAdWhiteListAppIDs = new Set([
125
127
'com.sec.android.app.samsungapps', // 三星应用商店
126
128
'com.bbk.appstore', // vivo应用商店
129
'com.miui.systemAdSolution', // 小米智能服务
130
+ 'com.xiaomi.aiasst.vision', // 小爱翻译(测试用)
131
+ 'com.android.vending', // Google Play商店(测试用)
132
+ 'com.miui.securitycenter', // 手机管家(测试用)
133
]);
134
export const updateWhiteListAppIDs = new Set([...whiteListAppIDs]);
135
export const yongWhiteListAppIDs = new Set([...whiteListAppIDs]);
0 commit comments