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

Commit e5bce22d authored by Fyodor Kupolov's avatar Fyodor Kupolov Committed by Android (Google) Code Review
Browse files

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

parents 707ae538 3c13a2a5
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);
        }
    }