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

Commit f54f8e3d authored by jackqdyulei's avatar jackqdyulei Committed by android-build-merger
Browse files

Merge "Remove subtitle for Recent location apps" into oc-mr1-dev

am: ccbb613f

Change-Id: I7307cbd56949ea995906cc47f67afa660f50d0a0
parents 3f1dfc21 ccbb613f
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -211,11 +211,6 @@ public class LocationSettings extends LocationSettingsBase
                    request.contentDescription);
            pref.setIcon(request.icon);
            pref.setTitle(request.label);
            if (request.isHighBattery) {
                pref.setSummary(R.string.location_high_battery_use);
            } else {
                pref.setSummary(R.string.location_low_battery_use);
            }
            pref.setOnPreferenceClickListener(
                    new PackageEntryClickedListener(request.packageName, request.userHandle));
            recentLocationPrefs.add(pref);