Merge "Change Never Option to lock private space after device restart" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
7e3d30c95f
@@ -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 -->
|
||||
|
@@ -1257,8 +1257,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] -->
|
||||
|
Reference in New Issue
Block a user