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

Commit 51508000 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by Automerger Merge Worker
Browse files

Merge "Cache PM data in DPGP" into rvc-dev am: 371634f4 am: 421cc73c am: 9a2eee3f

Change-Id: I796b10b0d6009ab4680df16d68565446652e135a
parents ceabbbaf 9a2eee3f
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();