Keystore 2.0: Revisite Authorization.java

Test: N/A
Change-Id: I4da26175741c5313aec17d30a3e534a2172d87b4
This commit is contained in:
Janis Danisevskis
2021-02-11 23:20:37 -08:00
parent 355753053c
commit 377370cce8
5 changed files with 11 additions and 20 deletions

View File

@@ -107,7 +107,6 @@ public class KeyStore2 {
try {
return request.execute(service);
} catch (ServiceSpecificException e) {
Log.e(TAG, "KeyStore exception", e);
throw getKeyStoreException(e.errorCode);
} catch (RemoteException e) {
if (firstTry) {