Merge "Add NAMESPACE_BLUETOOTH for bluetooth feature experiments"
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