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

Commit 3b90f88c authored by Calin Juravle's avatar Calin Juravle Committed by android-build-merger
Browse files

Merge "Add a separate flag in the installer for keeping ART profiles"

am: 1cde0795

Change-Id: Icc5508a22947baff5ffb45069812e3f1c4b25bc1
parents 82970a1b 1cde0795
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -127,4 +127,6 @@ interface IInstalld {

    const int FLAG_USE_QUOTA = 0x1000;
    const int FLAG_FORCE = 0x2000;

    const int FLAG_CLEAR_APP_DATA_KEEP_ART_PROFILES = 0x20000;
}