Merge "make MATCH_FACTORY_ONLY @SystemAPI" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1b782bffdf
@@ -11422,6 +11422,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
|
||||
|
||||
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user