update:2020.11.5
fix:增加热点开关,屏蔽摄像头隐藏图标管控
add:
This commit is contained in:
2020-11-05 16:33:19 +08:00
parent 737a398e34
commit 05b6974d06
8 changed files with 37 additions and 11 deletions

View File

@@ -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) {