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

Commit f58d7f21 authored by Svet Ganov's avatar Svet Ganov Committed by Android Git Automerger
Browse files

am 30e440ab: am eea83944: am 3ac465a7: Do not thrown on error persisting runtime permissions

* commit '30e440ab':
  Do not thrown on error persisting runtime permissions
parents 5c361fc3 30e440ab
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4342,8 +4342,6 @@ final class Settings {
                Slog.wtf(PackageManagerService.TAG,
                        "Failed to write settings, restoring backup", t);
                destination.failWrite(out);
                throw new IllegalStateException("Failed to write runtime permissions,"
                        + " restoring backup", t);
            } finally {
                IoUtils.closeQuietly(out);
            }