Dont use FLAG_ENCRYPT for certificates
Bug: 24966591 Change-Id: Iabe7946a3ef3e64b99f194b0c71c72eca99ea50b
This commit is contained in:
@@ -272,7 +272,7 @@ public final class CredentialStorage extends Activity {
|
||||
}
|
||||
}
|
||||
|
||||
int flags = (uid == Process.WIFI_UID) ? KeyStore.FLAG_NONE : KeyStore.FLAG_ENCRYPTED;
|
||||
int flags = KeyStore.FLAG_NONE;
|
||||
|
||||
if (bundle.containsKey(Credentials.EXTRA_USER_CERTIFICATE_NAME)) {
|
||||
String certName = bundle.getString(Credentials.EXTRA_USER_CERTIFICATE_NAME);
|
||||
|
Reference in New Issue
Block a user