[automerge] Update hibernation toggle title to have "if unused" 2p: 3cfc87cc05 am: 03a87f460b

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17450694

Change-Id: Iae410252fc9f1fb809bbbaf1d0b516fffbff1439
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Kevin Han
2022-03-29 19:17:51 +00:00
committed by Automerger Merge Worker

View File

@@ -10457,10 +10457,10 @@
<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]-->
<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]-->
<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] -->
<string name="filter_all_apps">All apps</string>