version:1.8.2

date:2021-11-09 10:09:21
fix:
add:增加隐私政策和用户协议
This commit is contained in:
2021-11-09 10:10:06 +08:00
parent 32e1d3726f
commit d69ed39e22
17 changed files with 1858 additions and 89 deletions

View File

@@ -743,7 +743,7 @@ public class ApkUtils {
HashSet<String> writeAppSet = new HashSet<>(Arrays.asList(result.split(",")));
writeAppSet.addAll(factoryAppSet);
String pkgString = String.join(",", writeAppSet);
Log.e("fht", "qch_app_forbid :" + result);
Log.e("fht", "qch_app_forbid :" + pkgString);
boolean qch_app_forbid = JGYUtils.putString(context.getContentResolver(), "qch_app_forbid", pkgString);
} else {
JGYUtils.putString(context.getContentResolver(), "qch_app_forbid", String.join(",", factoryAppSet));

View File

@@ -868,7 +868,7 @@ public class Utils {
String upgrade_disallow = Settings.System.getString(context.getContentResolver(), "upgrade_disallow");
//所有app
String only_jgy_shortcut_list = Settings.System.getString(context.getContentResolver(), "only_jgy_shortcut_list");
Log.e("writeDisableUpdateList", now);
Log.e("writeDisableUpdateList", "qch_app_forbid: " + now);
HashSet<String> nowList = new HashSet<>();
HashSet<String> disallowList = new HashSet<>();
HashSet<String> allList = new HashSet<>();