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

Commit 371634f4 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by Android (Google) Code Review
Browse files

Merge "Cache PM data in DPGP" into rvc-dev

parents dd6689cc be11ab63
Loading
Loading
Loading
Loading
+632 −355

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -388,7 +388,7 @@ public class PermissionManagerService extends IPermissionManager.Stub {
        Watchdog.getInstance().addThread(mHandler);

        mDefaultPermissionGrantPolicy = new DefaultPermissionGrantPolicy(
                context, mHandlerThread.getLooper(), this);
                context, mHandlerThread.getLooper());
        SystemConfig systemConfig = SystemConfig.getInstance();
        mSystemPermissions = systemConfig.getSystemPermissions();
        mGlobalGids = systemConfig.getGlobalGids();