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

Commit bb0ae45e authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fix PinnerService SecurityException at boot" into rvc-dev am:...

Merge "Fix PinnerService SecurityException at boot" into rvc-dev am: bf2b4a38 am: 19161547 am: b401cc07

Change-Id: Ib60a24bee360b1f070c76072f9d05582ae3d1462
parents f9ff1340 b401cc07
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -345,7 +345,7 @@ public final class PinnerService extends SystemService {
                @Override
                @Override
                public void onUidCachedChanged(int uid, boolean cached) throws RemoteException {
                public void onUidCachedChanged(int uid, boolean cached) throws RemoteException {
                }
                }
            }, UID_OBSERVER_GONE | UID_OBSERVER_ACTIVE, 0, "system");
            }, UID_OBSERVER_GONE | UID_OBSERVER_ACTIVE, 0, null);
        } catch (RemoteException e) {
        } catch (RemoteException e) {
            Slog.e(TAG, "Failed to register uid observer", e);
            Slog.e(TAG, "Failed to register uid observer", e);
        }
        }