@@ -131,6 +131,15 @@ export const blackListAppIDs: string[] = [
131
131
'cn.tinyhai.ban_uninstall' , // 禁止卸载
132
132
'cc.aoeiuv020.iamnotdisabled.hook' , // 非残!
133
133
'cc.aoeiuv020.iamnotdisabled' , // 我残?
134
+ 'io.github.jqssun.gpssetter' , // GPS Setter
135
+ 'me.hoshino.novpndetect' , // NoVPNDetect
136
+ 'com.xchat' , // XChat
137
+ 'com.kooritea.fcmfix' , // fcmfix
138
+ 'nep.timeline.re_telegram' , // Re:Telegram
139
+ 'com.fankes.tsbattery' , // TSBattery
140
+ 'top.trangle.mbga' , // MBGA
141
+ 'cc.microblock.TGStickerProvider' , // TGStickerProvider
142
+ 'xyz.xfqlittlefan.notdeveloper' , // 我不是开发者
134
143
135
144
'com.canghai.haoka' ,
136
145
'com.xy.td' ,
@@ -159,6 +168,7 @@ export const blackListAppIDs: string[] = [
159
168
'com.nurke.perfectone' ,
160
169
'qlenlen.OneDesign' ,
161
170
'icu.nullptr.nativetest' ,
171
+ 'icu.nullptr.applistdetector' ,
162
172
'io.github.vvb2060.mahoshojo' ,
163
173
'com.samsung.android.memoryguardian' ,
164
174
'com.music.khkj' ,
@@ -244,6 +254,8 @@ export const blackListAppIDs: string[] = [
244
254
'com.mmbox.xbrowser' , // X浏览器
245
255
'com.mmbox.xbrowser.pro' , // X浏览器Google Play版
246
256
'com.mycompany.app.soulbrowser' , // soul浏览器
257
+
258
+ 'com.google.android.contactkeys' , // Android System Key Verifier
247
259
] ;
248
260
249
261
// 如果某应用的规则中已有全局规则中的某一类的规则, 则在此应用禁用对应全局规则
0 commit comments