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

Commit 4908496d authored by Todd Kennedy's avatar Todd Kennedy
Browse files

make MATCH_FACTORY_ONLY @SystemAPI

Bug: 35946061
Test: None; just added an annotation
Change-Id: I9e2046b62cb20c5b6651e91f833aff04d45d9800
parent ff9ce0f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11421,6 +11421,7 @@ package android.content.pm {
    field public static final int MATCH_DIRECT_BOOT_UNAWARE = 262144; // 0x40000
    field public static final int MATCH_DISABLED_COMPONENTS = 512; // 0x200
    field public static final int MATCH_DISABLED_UNTIL_USED_COMPONENTS = 32768; // 0x8000
    field public static final int MATCH_FACTORY_ONLY = 2097152; // 0x200000
    field public static final int MATCH_INSTANT = 8388608; // 0x800000
    field public static final int MATCH_SYSTEM_ONLY = 1048576; // 0x100000
    field public static final int MATCH_UNINSTALLED_PACKAGES = 8192; // 0x2000
+1 −0
Original line number Diff line number Diff line
@@ -431,6 +431,7 @@ public abstract class PackageManager {
     * This will not return information on any unbundled update to system components.
     * @hide
     */
    @SystemApi
    public static final int MATCH_FACTORY_ONLY = 0x00200000;

    /**