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

Bug: 331766433
Test: Manual
Change-Id: Iee457c404206dd287b9eb15e38f56ac5c7717640
This commit is contained in:
mxyyiyi
2024-04-07 12:29:52 +08:00
parent f6c7511996
commit 7fb3a5346a
2 changed files with 4 additions and 2 deletions

View File

@@ -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>

View File

@@ -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"