Loading src/com/android/packageinstaller/permission/ui/handheld/PermissionAppsFragment.java +4 −0 Original line number Diff line number Diff line Loading @@ -197,6 +197,10 @@ public final class PermissionAppsFragment extends PermissionsFrameFragment imple continue; } if (!app.getAppInfo().enabled) { continue; } String key = app.getKey(); preferencesToRemove.remove(key); Preference existingPref = screen.findPreference(key); Loading Loading
src/com/android/packageinstaller/permission/ui/handheld/PermissionAppsFragment.java +4 −0 Original line number Diff line number Diff line Loading @@ -197,6 +197,10 @@ public final class PermissionAppsFragment extends PermissionsFrameFragment imple continue; } if (!app.getAppInfo().enabled) { continue; } String key = app.getKey(); preferencesToRemove.remove(key); Preference existingPref = screen.findPreference(key); Loading