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

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

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

* commit 'd171cabc':
  Defer writes to runtime-permissions.xml
parents b59495a9 d171cabc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8002,7 +8002,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);
        }
    }