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

Commit 03315c6b authored by Yvonne Yang's avatar Yvonne Yang Committed by android-build-merger
Browse files

Make the preference not selectable am: 7ac7d7b6

am: 2576b046

Change-Id: I89c6e218760b4613529abad1030c5d8c89e04f19
parents b435d464 2576b046
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -482,6 +482,7 @@ public class BatteryAppListPreferenceController extends AbstractPreferenceContro
            notAvailable = new Preference(mPrefContext);
            notAvailable.setKey(NOT_AVAILABLE);
            notAvailable.setTitle(R.string.power_usage_not_available);
            notAvailable.setSelectable(false);
            mAppListGroup.addPreference(notAvailable);
        }
    }