Merge "Add DeviceConfig namespace for Supplemental API"
This commit is contained in:
@@ -9982,6 +9982,7 @@ package android.provider {
|
||||
field public static final String NAMESPACE_STATSD_NATIVE_BOOT = "statsd_native_boot";
|
||||
field @Deprecated public static final String NAMESPACE_STORAGE = "storage";
|
||||
field public static final String NAMESPACE_STORAGE_NATIVE_BOOT = "storage_native_boot";
|
||||
field public static final String NAMESPACE_SUPPLEMENTAL_API = "supplemental_api";
|
||||
field public static final String NAMESPACE_SURFACE_FLINGER_NATIVE_BOOT = "surface_flinger_native_boot";
|
||||
field public static final String NAMESPACE_SWCODEC_NATIVE = "swcodec_native";
|
||||
field public static final String NAMESPACE_SYSTEMUI = "systemui";
|
||||
|
||||
@@ -463,6 +463,13 @@ public final class DeviceConfig {
|
||||
@SystemApi
|
||||
public static final String NAMESPACE_STORAGE_NATIVE_BOOT = "storage_native_boot";
|
||||
|
||||
/**
|
||||
* Namespace for all Supplemental Api related features.
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public static final String NAMESPACE_SUPPLEMENTAL_API = "supplemental_api";
|
||||
|
||||
/**
|
||||
* Namespace for all SurfaceFlinger features that are used at the native level.
|
||||
* These features are applied on boot or after reboot.
|
||||
|
||||
Reference in New Issue
Block a user