version:
update:2020.11.5 fix:增加热点开关,屏蔽摄像头隐藏图标管控 add:
This commit is contained in:
@@ -663,7 +663,7 @@ public class ApkUtils {
|
||||
try {
|
||||
if (pkage.equalsIgnoreCase("com.mediatek.camera")) {
|
||||
if (Settings.System.getInt(context.getContentResolver(), "qch_app_camera") == 1) {
|
||||
hide = 1;
|
||||
hide = 0;//管控摄像头隐藏图标有问题,先暂时不隐藏
|
||||
}
|
||||
} else if (pkage.equalsIgnoreCase("com.android.deskclock")) {
|
||||
if (Settings.System.getInt(context.getContentResolver(), "qch_app_deskclock") == 1) {
|
||||
|
||||
Reference in New Issue
Block a user