Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0649f3e authored by Lei Yu's avatar Lei Yu Committed by Android (Google) Code Review
Browse files

Merge "Fix the visibility for disabled apps in settings" into nyc-mr1-dev

parents 9610c8fc 46b1bd83
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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);