From b0eb636c24772f40af35da13cad7a086e582921f Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 21 Mar 2024 22:02:07 +0800 Subject: [PATCH] feat: applist --- src/globalDefaultApps.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/globalDefaultApps.ts b/src/globalDefaultApps.ts index b969d9a5..e38bf9f9 100644 --- a/src/globalDefaultApps.ts +++ b/src/globalDefaultApps.ts @@ -129,6 +129,7 @@ export const openAdWhiteListAppIDs = new Set([ 'com.sec.android.app.samsungapps', // 三星应用商店 'com.bbk.appstore', // vivo应用商店 'com.miui.systemAdSolution', // 小米智能服务 + 'com.huawei.appmarket', // 华为应用市场 ]); export const updateWhiteListAppIDs = new Set([...whiteListAppIDs]); export const yongWhiteListAppIDs = new Set([...whiteListAppIDs]);