Keystore 2.0: Revisite Authorization.java
Test: N/A Change-Id: I4da26175741c5313aec17d30a3e534a2172d87b4
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user