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

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

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

* commit '01caa29a':
  Defer writes to runtime-permissions.xml
parents 4eeee310 01caa29a
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);
        }
    }