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

Commit f4743f91 authored by Nandana Dutt's avatar Nandana Dutt Committed by Automerger Merge Worker
Browse files

Merge "Add preserveLegacyExternalStorage to dumpsys" into rvc-dev am:...

Merge "Add preserveLegacyExternalStorage to dumpsys" into rvc-dev am: 8a7e8b84 am: feeae5ad am: f60d0200 am: 7ddef3a3

Change-Id: Ie40643ab8d38e0d85158367db536e953671a78f8
parents 38e9239b 7ddef3a3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4675,6 +4675,10 @@ public final class Settings {
                pw.print(prefix); pw.print("  privateFlags="); printFlags(pw,
                        privateFlags, PRIVATE_FLAG_DUMP_SPEC); pw.println();
            }
            if (pkg.hasPreserveLegacyExternalStorage()) {
                pw.print(prefix); pw.print("  hasPreserveLegacyExternalStorage=true");
                pw.println();
            }
            pw.print(prefix); pw.print("  forceQueryable="); pw.print(ps.pkg.isForceQueryable());
            if (ps.forceQueryableOverride) {
                pw.print(" (override=true)");