Loading core/java/android/security/keystore/recovery/RecoveryController.java +1 −1 Original line number Diff line number Diff line Loading @@ -561,7 +561,7 @@ public class RecoveryController { throws InternalRecoveryServiceException, UnrecoverableKeyException { try { String grantAlias = mBinder.getKey(alias); if (grantAlias == null) { if (grantAlias == null || "".equals(grantAlias)) { return null; } return getKeyFromGrant(grantAlias); Loading Loading
core/java/android/security/keystore/recovery/RecoveryController.java +1 −1 Original line number Diff line number Diff line Loading @@ -561,7 +561,7 @@ public class RecoveryController { throws InternalRecoveryServiceException, UnrecoverableKeyException { try { String grantAlias = mBinder.getKey(alias); if (grantAlias == null) { if (grantAlias == null || "".equals(grantAlias)) { return null; } return getKeyFromGrant(grantAlias); Loading