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:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user