Skip to content

Commit

Permalink
SettingsGoogle: Sync preferences
Browse files Browse the repository at this point in the history
Change-Id: I0c62d77a2555e3a4ac1d2b077254b0038491dd36
  • Loading branch information
bheatleyyy committed Sep 28, 2023
1 parent b2ee175 commit e0bc169
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions SettingsGoogle/res/xml/power_usage_summary.xml
Expand Up @@ -57,6 +57,13 @@
settings:keywords="@string/keywords_battery_share_settings"
settings:searchable="true" />

<!-- Charging control -->
<Preference
android:key="charging_control"
android:title="@string/charging_control_title"
android:fragment="com.android.settings.lineage.health.ChargingControlSettings"
settings:controller="com.android.settings.lineage.health.ChargingControlPreferenceController" />

<SwitchPreference
android:key="battery_percentage"
android:summary="@string/battery_percentage_description"
Expand Down

0 comments on commit e0bc169

Please sign in to comment.