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

Commit 7fb3a534 authored by mxyyiyi's avatar mxyyiyi
Browse files

Split page title and toggle title due to the request from L10N team

Bug: 331766433
Test: Manual
Change-Id: Iee457c404206dd287b9eb15e38f56ac5c7717640
parent f6c75119
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -5729,7 +5729,9 @@
    <!-- Category title for battery background settings in power usage detail page [CHAR LIMIT=NONE] -->
    <string name="manager_battery_usage_category_title">Manage battery usage</string>
    <!-- Title for allow background usage [CHAR LIMIT=NONE] -->
    <!-- Title for allow background usage settings page. Please reuse the text for tc/6294649996820358852. [CHAR LIMIT=NONE] -->
    <string name="manager_battery_usage_allow_background_usage_settings_title">Allow background usage</string>
    <!-- Title for the allow background usage toggle [CHAR LIMIT=NONE] -->
    <string name="manager_battery_usage_allow_background_usage_title">Allow background usage</string>
    <!-- Summary for allow background usage [CHAR LIMIT=NONE] -->
    <string name="manager_battery_usage_allow_background_usage_summary">Enable for real-time updates, disable to save battery</string>
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:title="@string/manager_battery_usage_allow_background_usage_title">
    android:title="@string/manager_battery_usage_allow_background_usage_settings_title">

    <com.android.settingslib.widget.LayoutPreference
        android:key="header_view"