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

Commit 01caa29a authored by Fyodor Kupolov's avatar Fyodor Kupolov Committed by Android Git Automerger
Browse files

am e5bce22d: Merge "Defer writes to runtime-permissions.xml" into mnc-dev

* commit 'e5bce22d':
  Defer writes to runtime-permissions.xml
parents 59c82ee3 e5bce22d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8004,7 +8004,7 @@ public class PackageManagerService extends IPackageManager.Stub {
        // Persist the runtime permissions state for users with changes.
        for (int userId : changedRuntimePermissionUserIds) {
            mSettings.writeRuntimePermissionsForUserLPr(userId, true);
            mSettings.writeRuntimePermissionsForUserLPr(userId, false);
        }
    }