Merge "Small fix for the key grant alias used in importKey" into pi-dev

This commit is contained in:
Robert Berry
2018-03-22 13:55:31 +00:00
committed by Android (Google) Code Review

View File

@@ -578,7 +578,7 @@ public class RecoveryController {
if (grantAlias == null) {
throw new InternalRecoveryServiceException("Null grant alias");
}
return getKeyFromGrant(alias);
return getKeyFromGrant(grantAlias);
} catch (RemoteException e) {
throw e.rethrowFromSystemServer();
} catch (UnrecoverableKeyException e) {