Merge "make MATCH_FACTORY_ONLY @SystemAPI" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-03-28 20:46:41 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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;
/**