Merge "Adds Google account login during private space setup" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
57ca9c9c68
@@ -753,6 +753,9 @@
|
||||
<!-- Whether to display Cloned Apps page in Settings (Settings > Apps > Cloned Apps).-->
|
||||
<bool name="config_cloned_apps_page_enabled">false</bool>
|
||||
|
||||
<!-- Whether to initiate Account login during Private Space setup.-->
|
||||
<bool name="config_privatespace_account_login_enabled">false</bool>
|
||||
|
||||
<!-- Certificates of apps which are allowed to use activity embedding with Settings.-->
|
||||
<string-array name="config_known_host_certs" translatable="false">
|
||||
<item></item>
|
||||
|
||||
@@ -1298,6 +1298,10 @@
|
||||
<string name="privatespace_done_label">Done</string>
|
||||
<!-- Toast to show on private space setup completion informing user to scroll down All apps to access private space. [CHAR LIMIT=60] -->
|
||||
<string name="scrolldown_to_access">Scroll down to access Private Space</string>
|
||||
<!-- Title for Private Space account login error screen. [CHAR LIMIT=60] -->
|
||||
<string name="privatespace_retry_signin_title">Sign in to set up Private Space</string>
|
||||
<!-- Summary for the Private Space account login error screen. [CHAR LIMIT=NONE] -->
|
||||
<string name="privatespace_retry_summary">You need to sign in to a Account to set up Private Space</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>
|
||||
|
||||
Reference in New Issue
Block a user