version:1.5.1216
bugfixes: add:优化默认管控,修复高木id管控
This commit is contained in:
@@ -836,6 +836,10 @@ public class JgyUtils {
|
||||
this.add(BuildConfig.APPLICATION_ID);
|
||||
this.add("com.aoleyun.appstore");
|
||||
this.add("com.aoleyun.camera");
|
||||
this.add("com.aoleyun.browser");
|
||||
this.add("com.aoleyun.info");
|
||||
this.add("com.aoleyun.os");
|
||||
|
||||
this.add("com.aoleyun.calculator");
|
||||
this.add("com.aoleyun.gallery3d");
|
||||
this.addAll(ApkUtils.mJxwApp);
|
||||
@@ -1011,6 +1015,10 @@ public class JgyUtils {
|
||||
}
|
||||
|
||||
public void writeDeselectIDtoSystem(List<AppID> appIDList) {
|
||||
if (!"Ebox201".equals(Build.MODEL)&&!"Ebox201W".equals(Build.MODEL)){
|
||||
Log.e(TAG, "writeDeselectIDtoSystem: not match Ebox201 or Ebox201W" );
|
||||
return;
|
||||
}
|
||||
if (appIDList == null || appIDList.isEmpty()) {
|
||||
try {
|
||||
Settings.System.putString(crv, CommonConfig.APP_VIEW_CLICK_DISABLED, null);
|
||||
|
||||
Reference in New Issue
Block a user