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

Commit 3a973426 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make items in Advanced battery page unclickable." into oc-dr1-dev

parents c619ad77 a66363a7
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -39,15 +39,18 @@

        <Preference
            android:key="app_usage_foreground"
            android:title="@string/battery_detail_foreground"/>
            android:title="@string/battery_detail_foreground"
            android:selectable="false"/>

        <Preference
            android:key="app_usage_background"
            android:title="@string/battery_detail_background"/>
            android:title="@string/battery_detail_background"
            android:selectable="false"/>

        <Preference
            android:key="app_power_usage"
            android:title="@string/battery_detail_power_usage"/>
            android:title="@string/battery_detail_power_usage"
            android:selectable="false"/>

    </PreferenceCategory>