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

Commit 04e1a054 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

am: 3b90f88c

Change-Id: Ic717fa14db8a24c698d59401301c707ad11b4848
parents 17fdb9c3 3b90f88c
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;
}