Merge "Show Alert dialog on Hide when locked is enabled" into main

This commit is contained in:
Joseph Vincent
2024-03-12 17:04:44 +00:00
committed by Android (Google) Code Review
4 changed files with 178 additions and 113 deletions

View File

@@ -1263,6 +1263,12 @@
<string name="privatespace_hide_off_summary">Off</string>
<!-- Used to describe the off state of Private space hidden [CHAR LIMIT=30] -->
<string name="privatespace_hide_on_summary">On</string>
<!-- Title for the dialog shown when Private space hidden setting is turned on. [CHAR LIMIT=60] -->
<string name="private_space_hide_dialog_title">Private space will hide when you lock it next</string>
<!-- Text message in the dialog shown when Private space hidden setting is turned on. [CHAR LIMIT=90] -->
<string name="private_space_hide_dialog_message">To access your space when its hidden, enter \“private space\” in the search bar on your apps list</string>
<!-- Label for the dialog shown when Private space hidden setting is turned on. [CHAR LIMIT=90] -->
<string name="private_space_hide_dialog_button">Got it</string>
<!-- System category for the Private Space page. [CHAR LIMIT=30] -->
<string name="private_space_category_system">System</string>
<!-- Title for the preference to delete Private Space. [CHAR LIMIT=40] -->