Merge "Leverage the code from qt-qpr1-dev to master"

This commit is contained in:
TreeHugger Robot
2020-02-06 10:29:39 +00:00
committed by Android (Google) Code Review
2 changed files with 5 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ public class ResetAppsHelper implements DialogInterface.OnClickListener,
PackageManager.GET_DISABLED_COMPONENTS);
final List<String> whiteList = Arrays.asList(
mContext.getResources().getStringArray(
R.array.config_reset_app_package_name));
R.array.config_skip_reset_apps_package_name));
for (int i = 0; i < apps.size(); i++) {
ApplicationInfo app = apps.get(i);