Update hibernation toggle title to have "if unused"
As per UX request, update the toggle title to say "Pause app activity if unused" and remove "if unused" from the summary. Bug: 227235454 Test: manual Change-Id: I9c80f801fcd9bc29660705a7ea4dee0086739c81
This commit is contained in:
@@ -10453,10 +10453,10 @@
|
|||||||
<string name="unused_apps_category">Unused app settings</string>
|
<string name="unused_apps_category">Unused app settings</string>
|
||||||
|
|
||||||
<!-- Label of a switch preference that controls whether the system will pause app activity when the app has not been used for months [CHAR LIMIT=40]-->
|
<!-- Label of a switch preference that controls whether the system will pause app activity when the app has not been used for months [CHAR LIMIT=40]-->
|
||||||
<string name="unused_apps_switch">Pause app activity</string>
|
<string name="unused_apps_switch">Pause app activity if unused</string>
|
||||||
|
|
||||||
<!-- Summary of the switch preference that controls whether the system will pause app activity when the app has not been used for months [CHAR LIMIT=NONE]-->
|
<!-- Summary of the switch preference that controls whether the system will pause app activity when the app has not been used for months [CHAR LIMIT=NONE]-->
|
||||||
<string name="unused_apps_switch_summary">Remove permissions, delete temporary files, and stop notifications if unused</string>
|
<string name="unused_apps_switch_summary">Remove permissions, delete temporary files, and stop notifications</string>
|
||||||
|
|
||||||
<!-- Label for showing all apps in list [CHAR LIMIT=30] -->
|
<!-- Label for showing all apps in list [CHAR LIMIT=30] -->
|
||||||
<string name="filter_all_apps">All apps</string>
|
<string name="filter_all_apps">All apps</string>
|
||||||
|
Reference in New Issue
Block a user