Add NAMESPACE_BLUETOOTH for bluetooth feature experiments
Exempt-From-Owner-Approval: dianne approved, but from her android.com account instead of google.com account Test: compile Bug: 156757711 Merged-In: I330b8cc5aeb14ebcc15fb88c605ac72770497040 Change-Id: I330b8cc5aeb14ebcc15fb88c605ac72770497040
This commit is contained in:
@@ -6572,6 +6572,7 @@ package android.provider {
|
||||
field public static final String NAMESPACE_APP_COMPAT = "app_compat";
|
||||
field public static final String NAMESPACE_ATTENTION_MANAGER_SERVICE = "attention_manager_service";
|
||||
field public static final String NAMESPACE_AUTOFILL = "autofill";
|
||||
field public static final String NAMESPACE_BLUETOOTH = "bluetooth";
|
||||
field public static final String NAMESPACE_CONNECTIVITY = "connectivity";
|
||||
field public static final String NAMESPACE_CONTENT_CAPTURE = "content_capture";
|
||||
field public static final String NAMESPACE_DEX_BOOT = "dex_boot";
|
||||
|
||||
@@ -109,6 +109,14 @@ public final class DeviceConfig {
|
||||
@TestApi
|
||||
public static final String NAMESPACE_AUTOFILL = "autofill";
|
||||
|
||||
/**
|
||||
* Namespace for all Bluetooth related features.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public static final String NAMESPACE_BLUETOOTH = "bluetooth";
|
||||
|
||||
/**
|
||||
* Namespace for all networking connectivity related features.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user