Add DeviceConfig namespace for clipboard.
Adds a new namespace to DeviceConfig for features relating to clipboard. Bug: 179667029 Test: builds Change-Id: I28e94fc93622f0ce7899f1ca6e23e57cdd661d08
This commit is contained in:
@@ -9204,6 +9204,7 @@ package android.provider {
|
||||
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_CLIPBOARD = "clipboard";
|
||||
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";
|
||||
|
||||
@@ -156,6 +156,14 @@ public final class DeviceConfig {
|
||||
@SystemApi
|
||||
public static final String NAMESPACE_BLUETOOTH = "bluetooth";
|
||||
|
||||
/**
|
||||
* Namespace for features relating to clipboard.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public static final String NAMESPACE_CLIPBOARD = "clipboard";
|
||||
|
||||
/**
|
||||
* Namespace for all networking connectivity related features.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user