Merge "Add hibernation toggle string to "App Permissions"" into sc-dev am: fec0a081b7

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/Permission/+/15081261

Change-Id: I14d2b6a3f6f858a2ce9c1558e56fa4e4a7e271a7
diff --git a/PermissionController/res/values/strings.xml b/PermissionController/res/values/strings.xml
index ad7e4bc..ba03cbf 100644
--- a/PermissionController/res/values/strings.xml
+++ b/PermissionController/res/values/strings.xml
@@ -573,9 +573,12 @@
     <!-- Label for the assistant mic display switch [CHAR LIMIT=60] -->
     <string name="assistant_mic_label">Show assistant microphone usage</string>
 
-    <!-- Label for the auto revoke switch [CHAR LIMIT=60] -->
+    <!-- Label for the auto revoke switch on pre-S devices [CHAR LIMIT=60] -->
     <string name="auto_revoke_label">Remove permissions if app isn\u2019t used</string>
 
+    <!-- Label for the hibernation / auto revoke switch on S+ devices [CHAR LIMIT=40] -->
+    <string name="unused_apps_label">Remove permissions and free up space</string>
+
     <!-- Summary for stating that permissions will be removed [CHAR LIMIT=none] -->
     <string name="auto_revoke_summary">To protect your data, permissions for this app will be removed if the app is unused for a few months.</string>