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

am: f9332469a4

Change-Id: I43efcec91dc8c9e84cbefe2b0dcd7a089046cee3
This commit is contained in:
Robert Berry
2018-03-22 14:11:56 +00:00
committed by android-build-merger

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) {