Merge "Credential management app UI tweaks" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e2f5b87c14
@@ -6789,9 +6789,9 @@
|
||||
<string name="cert_not_installed">Certificate not installed</string>
|
||||
|
||||
<!-- Title of screen shown to the user when an app requests to manage the user's KeyChain credentials [CHAR LIMIT=NONE] -->
|
||||
<string name="request_manage_credentials_title">Allow <xliff:g id="app_name" example="Ping">%s</xliff:g> to install certificates on this device?</string>
|
||||
<string name="request_manage_credentials_title">Allow <b><xliff:g id="app_name" example="Ping">^1</xliff:g></b> to install certificates on this device?</string>
|
||||
<!-- Description of screen shown to the user when an app requests to manage the user's KeyChain credentials [CHAR LIMIT=NONE] -->
|
||||
<string name="request_manage_credentials_description">These certificates will identify you to the apps and URLs below</string>
|
||||
<string name="request_manage_credentials_description">These certificates will verify you by sharing your device\u2019s unique ID with the apps and URLs below</string>
|
||||
<!-- Label for button to not allow an app to manage the user's KeyChain credentials [CHAR_LIMIT=50] -->
|
||||
<string name="request_manage_credentials_dont_allow">Don\u2019t allow</string>
|
||||
<!-- Label for button to allow an app to manage the user's KeyChain credentials [CHAR_LIMIT=50] -->
|
||||
@@ -6803,7 +6803,9 @@
|
||||
<!-- Summary if there is no certificate management app [CHAR_LIMIT=NONE] -->
|
||||
<string name="no_certificate_management_app">None</string>
|
||||
<!-- Summary of preference if there is a certificate management app [CHAR LIMIT=NONE] -->
|
||||
<string name="certificate_management_app_description">Certificates installed by this app identify you to the apps and URLs below</string>
|
||||
<string name="certificate_management_app_description">Certificates will verify you when you use the apps and URLs below</string>
|
||||
<!-- Label for button to uninstall all certificates installed by the credential management app [CHAR LIMIT=30] -->
|
||||
<string name="uninstall_certs_credential_management_app">Uninstall certificates</string>
|
||||
<!-- Label for button to remove the credential management app [CHAR LIMIT=30] -->
|
||||
<string name="remove_credential_management_app">Remove</string>
|
||||
<!-- List item found in the credential management app's authentication policy [CHAR LIMIT=NONE] -->
|
||||
|
||||
@@ -839,6 +839,7 @@
|
||||
<item name="android:layout_marginTop">24dp</item>
|
||||
<item name="android:textSize">18sp</item>
|
||||
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
||||
<item name="android:alpha">0.7</item>
|
||||
</style>
|
||||
|
||||
<style name="AppAuthenticationPolicyItem">
|
||||
|
||||
Reference in New Issue
Block a user