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

Commit 0f400276 authored by Calin Juravle's avatar Calin Juravle Committed by Android (Google) Code Review
Browse files

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

parents 4d54562f e8ef7b0b
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;
}