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

Commit 7c896091 authored by Alex Buynytskyy's avatar Alex Buynytskyy Committed by Android (Google) Code Review
Browse files

Merge "Output PRIVATE_FLAG_HAS_FRAGILE_USER_DATA in the package dump." into main

parents e6187ba0 ce1076b4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4746,6 +4746,7 @@ public final class Settings implements Watchable, Snappable, ResilientAtomicFile
            ApplicationInfo.PRIVATE_FLAG_VIRTUAL_PRELOAD, "VIRTUAL_PRELOAD",
            ApplicationInfo.PRIVATE_FLAG_ODM, "ODM",
            ApplicationInfo.PRIVATE_FLAG_ALLOW_NATIVE_HEAP_POINTER_TAGGING, "PRIVATE_FLAG_ALLOW_NATIVE_HEAP_POINTER_TAGGING",
            ApplicationInfo.PRIVATE_FLAG_HAS_FRAGILE_USER_DATA, "PRIVATE_FLAG_HAS_FRAGILE_USER_DATA",
    };

    void dumpVersionLPr(IndentingPrintWriter pw) {