Merge "Add preserveLegacyExternalStorage to dumpsys" into rvc-dev am: 8a7e8b8494 am: feeae5ad0e
Change-Id: I39600947507969530a705c868cdc71231dc18401
This commit is contained in:
@@ -4667,6 +4667,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)");
|
||||
|
||||
Reference in New Issue
Block a user