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

Commit 93dea5e1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "make MATCH_FACTORY_ONLY @SystemAPI"

parents 78c45efa 4908496d
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
@@ -432,6 +432,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;

    /**