Merge "Removing binder access to deprecated KeyStore function reset"

am: 9eb7fcfba6

Change-Id: I20181b31316826ad4aefe99026ebbbf3784ae5be
This commit is contained in:
Max Bires
2019-11-19 17:51:39 -08:00
committed by android-build-merger

View File

@@ -348,16 +348,6 @@ public class KeyStore {
return list(prefix, UID_SELF);
}
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 115609023)
public boolean reset() {
try {
return mBinder.reset() == NO_ERROR;
} catch (RemoteException e) {
Log.w(TAG, "Cannot connect to keystore", e);
return false;
}
}
/**
* Attempt to lock the keystore for {@code user}.
*