Revert interim strings added for PS Hide behavior
With the Tile fulfillment avialable now this change reverts the interim strings added for hide behaviour. Also change the strings based on latest mocks. Screenshot : go/ss/BCCEknnFyuJnzAq.png Bug: 309950257 Test: Verified manually Change-Id: Ia27a9a8b32883e0821531840b3644a79b2d18d17
This commit is contained in:
@@ -1269,7 +1269,7 @@
|
||||
<!-- Header in hide Private Space settings page to access Private Space when hidden. [CHAR LIMIT=60] -->
|
||||
<string name="privatespace_access_header">Access private space when hidden</string>
|
||||
<!-- Text in hide Private Space settings page on how to search Private Space when hidden. [CHAR LIMIT=60] -->
|
||||
<string name="privatespace_search_description">From your apps list, enter \'private space\' in the search bar</string>
|
||||
<string name="privatespace_search_description">From your apps list, enter \"private space\" in the search bar</string>
|
||||
<!-- Text in hide Private Space settings page to tap on Private Space tile. [CHAR LIMIT=60] -->
|
||||
<string name="privatespace_tap_tile_description">Tap the private space tile</string>
|
||||
<!-- Text in hide Private Space settings page to Unlock Private Space. [CHAR LIMIT=60] -->
|
||||
@@ -1373,18 +1373,6 @@
|
||||
<!-- Header for private space choose your pattern screen [CHAR LIMIT=40] -->
|
||||
<string name="private_space_choose_your_pattern_header">Set a pattern for your private space</string>
|
||||
|
||||
<!-- TODO(b/309950257): Remove below strings once QSTIle fulfillment is complete. -->
|
||||
<!-- Header in hide Private Space settings page to unhide Private Space. [CHAR LIMIT=90] -->
|
||||
<string name="privatespace_unhide_header">To show private space (Not final UX)</string>
|
||||
<!-- Text in hide Private Space settings page on how to open Private Space setting. [CHAR LIMIT=NONE] -->
|
||||
<string name="privatespace_open_settings">Open the Settings App</string>
|
||||
<!-- Text in hide Private Space settings page on how to open Private Space setting. [CHAR LIMIT=NONE] -->
|
||||
<string name="privatespace_tap_settings">Tap on Security & privacy > private space > Hide private space when locked</string>
|
||||
<!-- Text in hide Private Space settings page to off hide toggle. [CHAR LIMIT=90] -->
|
||||
<string name="privatespace_turnoff_hide">Turn off \‘Hide private space when locked\’ toggle</string>
|
||||
<!-- Note in hide Private Space settings page to inform that this is a development feature. [CHAR LIMIT=NONE] -->
|
||||
<string name="privatespace_development_note">Note to Googlers: The development of this feature is still in progress</string>
|
||||
|
||||
<!-- Text shown when "Add fingerprint" button is disabled -->
|
||||
<string name="fingerprint_add_max">You can add up to <xliff:g id="count" example="5">%d</xliff:g> fingerprints</string>
|
||||
<!-- Text shown when users has enrolled a maximum number of fingerprints [CHAR LIMIT=NONE] -->
|
||||
@@ -12894,4 +12882,4 @@
|
||||
|
||||
<!-- Authority of the content provider that support methods restartPhoneProcess and restartRild. Will be overlaid by OEM.-->
|
||||
<string name="reset_telephony_stack_content_provider_authority" translatable="false"></string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
@@ -34,33 +34,27 @@
|
||||
android:selectable="false"
|
||||
settings:searchable="false" />
|
||||
|
||||
<Preference
|
||||
android:key="private_space_note"
|
||||
android:summary="@string/privatespace_development_note"
|
||||
android:selectable="false"
|
||||
settings:searchable="false" />
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="@string/privatespace_unhide_header">
|
||||
android:title="@string/privatespace_access_header">
|
||||
|
||||
<Preference
|
||||
android:key="search_when_locked_footer"
|
||||
android:icon="@drawable/counter_1_24dp"
|
||||
android:title="@string/privatespace_open_settings"
|
||||
android:title="@string/privatespace_search_description"
|
||||
android:selectable="false"
|
||||
settings:searchable="false" />
|
||||
|
||||
<Preference
|
||||
android:key="tap_tile_footer"
|
||||
android:icon="@drawable/counter_2_24dp"
|
||||
android:title="@string/privatespace_tap_settings"
|
||||
android:title="@string/privatespace_tap_tile_description"
|
||||
android:selectable="false"
|
||||
settings:searchable="false" />
|
||||
|
||||
<Preference
|
||||
android:key="turn_off_footer"
|
||||
android:key="unlock_profile_footer"
|
||||
android:icon="@drawable/counter_3_24dp"
|
||||
android:title="@string/privatespace_turnoff_hide"
|
||||
android:title="@string/privatespace_unlock_description"
|
||||
android:selectable="false"
|
||||
settings:searchable="false" />
|
||||
|
||||
|
Reference in New Issue
Block a user