Merge "Remove "storage type" preference from Settings" am: d6ac86d602
am: 44c538ccef
am: 7643891ae7
am: b33b295586
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1353609 Change-Id: I2e5ec07200ea2e2a57f87be40284753fe4ccb2cc
This commit is contained in:
@@ -6204,12 +6204,6 @@
|
||||
<string name="user_credentials_summary">View and modify stored credentials</string>
|
||||
<!-- Title of preference group for advance security settings [CHAR LIMIT=30] -->
|
||||
<string name="advanced_security_title">Advanced</string>
|
||||
<!-- Title of preference of what type of credential storage this device has: hardware or software [CHAR LIMIT=30] -->
|
||||
<string name="credential_storage_type">Storage type</string>
|
||||
<!-- Summary text for preference showing what type of credential storage this device has when it is stored in a hardware-backed storage (as opposed to "software only") [CHAR LIMIT=NONE] -->
|
||||
<string name="credential_storage_type_hardware">Hardware-backed</string>
|
||||
<!-- Summary text for preference showing what type of credential storage this device has when it is stored in software only (as opposed to "hardware-backed") [CHAR LIMIT=NONE] -->
|
||||
<string name="credential_storage_type_software">Software only</string>
|
||||
<!-- Error message for users that aren't allowed to see or modify credentials [CHAR LIMIT=none] -->
|
||||
<string name="credentials_settings_not_available">Credentials are not available for this user</string>
|
||||
<!-- Sub-heading for a user credential installed to be used by apps and as part of VPN configurations. [CHAR LIMIT=NONE] -->
|
||||
|
@@ -37,12 +37,6 @@
|
||||
android:persistent="false"
|
||||
android:order="100">
|
||||
|
||||
<com.android.settingslib.RestrictedPreference
|
||||
android:key="credential_storage_type"
|
||||
android:title="@string/credential_storage_type"
|
||||
android:summary="@string/summary_placeholder"
|
||||
settings:userRestriction="no_config_credentials" />
|
||||
|
||||
<Preference
|
||||
android:key="trusted_credentials"
|
||||
android:title="@string/trusted_credentials"
|
||||
|
Reference in New Issue
Block a user