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

Commit bb27277d authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Use actual app name in location dialog.

Bug: 21805447
Change-Id: I394f40d0d8bce1541ec57cac7a60751b740aefaf
parent 8dcea3bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -277,7 +277,7 @@ public final class AppPermissionsFragment extends SettingsWithHeader
        addToggledGroup(group);

        if (LocationUtils.isLocked(group.getName(), group.getApp().packageName)) {
            LocationUtils.showLocationDialog(getContext(), group.getLabel());
            LocationUtils.showLocationDialog(getContext(), mAppPermissions.getAppLabel());
            return false;
        }
        if (newValue == Boolean.TRUE) {