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

Commit 409319a4 authored by Ayush Sharma's avatar Ayush Sharma Committed by Automerger Merge Worker
Browse files

Merge "Handle error connecting to KeychainService" into udc-qpr-dev am: 64a1987b

parents 683e85bb 64a1987b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6509,7 +6509,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
                         KeyChain.bindAsUser(mContext, userHandle)) {
                IKeyChainService keyChain = keyChainConnection.getService();
                return keyChain.setGrant(granteeUid, alias, hasGrant);
            } catch (RemoteException e) {
            } catch (RemoteException | AssertionError e) {
                Slogf.e(LOG_TAG, "Setting grant for package.", e);
                return false;
            }