Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e71699e2 authored by Kenny Guy's avatar Kenny Guy Committed by android-build-merger
Browse files

Merge "Don\'t crash if KeyChain can\'t be bound to." into nyc-dev

am: fdadb4b4

* commit 'fdadb4b4':
  Don't crash if KeyChain can't be bound to.
parents 51a35cf2 fdadb4b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2638,7 +2638,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
                }
            } catch (InterruptedException e) {
                Thread.currentThread().interrupt();
            } catch (RuntimeException e) {
            } catch (RuntimeException | AssertionError e) {
                Log.e(LOG_TAG, "Could not connect to KeyChain service", e);
            }
            if (!hasCert) {