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

Commit e8ef7b0b authored by Calin Juravle's avatar Calin Juravle
Browse files

Add a separate flag in the installer for keeping ART profiles

Currently this is only use in the PackageManagerService. In follow up we
should use this to integrate profile clearing in the same methods as
AppDataClearing.

Test: manual
Bug: 135299330
Change-Id: I3bafdef769d7838d8048b7df4d7a779464104641
parent 16387756
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;
}