Merge "Fix PinnerService SecurityException at boot" into rvc-dev am: bf2b4a3854 am: 1dd7811cde

Change-Id: Ifd756156116dfe58a5328985847ce2d5bba00d4b
This commit is contained in:
Automerger Merge Worker
2020-02-25 02:05:15 +00:00

View File

@@ -345,7 +345,7 @@ public final class PinnerService extends SystemService {
@Override
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) {
Slog.e(TAG, "Failed to register uid observer", e);
}