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

Commit 2eccf4a4 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by android-build-merger
Browse files

Merge "Small fix to pm dumpsys formatting." into oc-mr1-dev

am: 2d80887e

Change-Id: I015ef7ec82bd65994b226f3d3433278dbc2ad5f1
parents 31efc0e3 2d80887e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4867,7 +4867,7 @@ final class Settings {
            pw.print(" enabled=");
            pw.print(ps.getEnabled(user.id));
            pw.print(" instant=");
            pw.println(ps.getInstantApp(user.id));
            pw.print(ps.getInstantApp(user.id));
            pw.print(" virtual=");
            pw.println(ps.getVirtulalPreload(user.id));