Loading identity/java/android/security/identity/CredstoreIdentityCredentialStore.java +4 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,10 @@ class CredstoreIdentityCredentialStore extends IdentityCredentialStore { ICredentialStoreFactory storeFactory = ICredentialStoreFactory.Stub.asInterface( ServiceManager.getService("android.security.identity")); if (storeFactory == null) { // This can happen if credstore is not running or not installed. return null; } ICredentialStore credStore = null; try { Loading Loading
identity/java/android/security/identity/CredstoreIdentityCredentialStore.java +4 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,10 @@ class CredstoreIdentityCredentialStore extends IdentityCredentialStore { ICredentialStoreFactory storeFactory = ICredentialStoreFactory.Stub.asInterface( ServiceManager.getService("android.security.identity")); if (storeFactory == null) { // This can happen if credstore is not running or not installed. return null; } ICredentialStore credStore = null; try { Loading