diff --git a/src/globalDefaultApps.ts b/src/globalDefaultApps.ts index 09279e16..ed2957fe 100644 --- a/src/globalDefaultApps.ts +++ b/src/globalDefaultApps.ts @@ -58,6 +58,8 @@ export const blackListAppIDs: string[] = [ 'app.mihon', // Mihon 'com.rosan.installer.x', // installerX 'app.rikka.savecopy', // 保存副本 + 'com.rosan.dhizuku', // Dhizuku + 'com.rosan.accounts', // Accounts // 系统自带非系统应用 // 小米 @@ -125,6 +127,9 @@ export const openAdWhiteListAppIDs = new Set([ 'com.sec.android.app.samsungapps', // 三星应用商店 'com.bbk.appstore', // vivo应用商店 'com.miui.systemAdSolution', // 小米智能服务 + 'com.xiaomi.aiasst.vision', // 小爱翻译(测试用) + 'com.android.vending', // Google Play商店(测试用) + 'com.miui.securitycenter', // 手机管家(测试用) ]); export const updateWhiteListAppIDs = new Set([...whiteListAppIDs]); export const yongWhiteListAppIDs = new Set([...whiteListAppIDs]);