Skip to content

Commit eed7630

Browse files
committed
feat: applist
1 parent d31c993 commit eed7630

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/globalDefaultApps.ts

+5
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ export const blackListAppIDs: string[] = [
5858
'app.mihon', // Mihon
5959
'com.rosan.installer.x', // installerX
6060
'app.rikka.savecopy', // 保存副本
61+
'com.rosan.dhizuku', // Dhizuku
62+
'com.rosan.accounts', // Accounts
6163

6264
// 系统自带非系统应用
6365
// 小米
@@ -125,6 +127,9 @@ export const openAdWhiteListAppIDs = new Set([
125127
'com.sec.android.app.samsungapps', // 三星应用商店
126128
'com.bbk.appstore', // vivo应用商店
127129
'com.miui.systemAdSolution', // 小米智能服务
130+
'com.xiaomi.aiasst.vision', // 小爱翻译(测试用)
131+
'com.android.vending', // Google Play商店(测试用)
132+
'com.miui.securitycenter', // 手机管家(测试用)
128133
]);
129134
export const updateWhiteListAppIDs = new Set([...whiteListAppIDs]);
130135
export const yongWhiteListAppIDs = new Set([...whiteListAppIDs]);

0 commit comments

Comments
 (0)