Change Never Option to lock private space after device restart

Bug: 324208974
Test: atest AutoLockPreferenceControllerTest
Change-Id: Ia45f7f02f407808eaa9a061ae32480c354bdfb74
This commit is contained in:
josephpv
2024-03-27 14:44:34 +00:00
parent 4230ad4b07
commit d4f5641c55
5 changed files with 19 additions and 12 deletions

View File

@@ -1529,7 +1529,7 @@
<string-array name="private_space_auto_lock_options">
<item>@string/private_space_auto_lock_every_time</item>
<item>@string/private_space_auto_lock_after_inactivity</item>
<item>@string/private_space_auto_lock_never</item>
<item>@string/private_space_auto_lock_after_device_restart</item>
</string-array>
<!-- Values for private space auto lock option -->

View File

@@ -1248,8 +1248,8 @@
<string name="private_space_auto_lock_every_time">Every time device locks</string>
<!-- Configure auto lock: Value for auto lock configuration to lock private space after 5 minutes of inactivity. [CHAR LIMIT=40] -->
<string name="private_space_auto_lock_after_inactivity">After 5 minutes of inactivity</string>
<!-- Configure auto lock: Value for auto lock configuration to never lock private space. [CHAR LIMIT=20] -->
<string name="private_space_auto_lock_never">Never</string>
<!-- Configure auto lock: Value for auto lock configuration to lock private space only after device restarts. [CHAR LIMIT=40] -->
<string name="private_space_auto_lock_after_device_restart">Only after device restarts</string>
<!-- Title for the settings preference and settings page for hide private space when locked setting. [CHAR LIMIT=60] -->
<string name="private_space_hide_page_title">Hide private space when it\'s locked</string>
<!-- Description for hide Private Space settings page. [CHAR LIMIT=NONE] -->