Merge "Make items in Advanced battery page unclickable." into oc-dr1-dev
am: 3a9734261d
Change-Id: I03c108b9a4712205906125ea12114e4ed6659255
This commit is contained in:
@@ -39,15 +39,18 @@
|
|||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="app_usage_foreground"
|
android:key="app_usage_foreground"
|
||||||
android:title="@string/battery_detail_foreground"/>
|
android:title="@string/battery_detail_foreground"
|
||||||
|
android:selectable="false"/>
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="app_usage_background"
|
android:key="app_usage_background"
|
||||||
android:title="@string/battery_detail_background"/>
|
android:title="@string/battery_detail_background"
|
||||||
|
android:selectable="false"/>
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="app_power_usage"
|
android:key="app_power_usage"
|
||||||
android:title="@string/battery_detail_power_usage"/>
|
android:title="@string/battery_detail_power_usage"
|
||||||
|
android:selectable="false"/>
|
||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user