version:6.5

fix:
update:优化显示,默认显示第三方安装应用
This commit is contained in:
2022-12-06 10:51:48 +08:00
parent 215669e9d3
commit e0b32ed063
11 changed files with 58 additions and 30 deletions

View File

@@ -170,7 +170,7 @@ public class ApkUtils {
packageList = new ArrayList<>(Arrays.asList(appListString.split(",")));
}
int setting_other_appInstaller = Settings.Global.getInt(context.getContentResolver(), "setting_other_appInstaller", 0);
int setting_other_appInstaller = Settings.Global.getInt(context.getContentResolver(), "setting_other_appInstaller", 1);
for (ApplicationInfo app : appInfos) {
if (appIsDisable(context, app.packageName)) {