Merge "Mark Context.BIND_EXTERNAL_SERVICE as SystemApi"
This commit is contained in:
committed by
Android (Google) Code Review
commit
2a0a2e0129
@@ -8219,6 +8219,7 @@ package android.content {
|
||||
field public static final int BIND_ALLOW_OOM_MANAGEMENT = 16; // 0x10
|
||||
field public static final int BIND_AUTO_CREATE = 1; // 0x1
|
||||
field public static final int BIND_DEBUG_UNBIND = 2; // 0x2
|
||||
field public static final int BIND_EXTERNAL_SERVICE = -2147483648; // 0x80000000
|
||||
field public static final int BIND_IMPORTANT = 64; // 0x40
|
||||
field public static final int BIND_NOT_FOREGROUND = 4; // 0x4
|
||||
field public static final int BIND_WAIVE_PRIORITY = 32; // 0x20
|
||||
|
||||
@@ -335,6 +335,7 @@ public abstract class Context {
|
||||
* calling application's package, rather than the package in which the service is declared.
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public static final int BIND_EXTERNAL_SERVICE = 0x80000000;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user