Add NAMESPACE_BLUETOOTH for bluetooth feature experiments
Exempt-From-Owner-Approval: exact cherry-pick from already approved master CL.
Test: compile
Bug: 156757711
Merged-In: I330b8cc5aeb14ebcc15fb88c605ac72770497040
Change-Id: I330b8cc5aeb14ebcc15fb88c605ac72770497040
(cherry picked from commit 9b9235981c)
This commit is contained in:
@@ -8958,6 +8958,7 @@ package android.provider {
|
||||
field public static final String NAMESPACE_AUTOFILL = "autofill";
|
||||
field public static final String NAMESPACE_BIOMETRICS = "biometrics";
|
||||
field public static final String NAMESPACE_BLOBSTORE = "blobstore";
|
||||
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 @Deprecated public static final String NAMESPACE_DEX_BOOT = "dex_boot";
|
||||
|
||||
@@ -118,6 +118,14 @@ public final class DeviceConfig {
|
||||
@SystemApi
|
||||
public static final String NAMESPACE_BLOBSTORE = "blobstore";
|
||||
|
||||
/**
|
||||
* Namespace for all Bluetooth related features.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public static final String NAMESPACE_BLUETOOTH = "bluetooth";
|
||||
|
||||
/**
|
||||
* Namespace for all networking connectivity related features.
|
||||
*
|
||||
|
||||
@@ -7849,6 +7849,7 @@ package android.provider {
|
||||
field public static final String NAMESPACE_AUTOFILL = "autofill";
|
||||
field public static final String NAMESPACE_BIOMETRICS = "biometrics";
|
||||
field public static final String NAMESPACE_BLOBSTORE = "blobstore";
|
||||
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 @Deprecated public static final String NAMESPACE_DEX_BOOT = "dex_boot";
|
||||
|
||||
Reference in New Issue
Block a user