Add selection_toolbar experiment namespace
Add a namespace definition for selection toolbar. Bug: 190030331 Bug: 205822301 Test: manual. Can set and get correct value via this namespace Change-Id: Icb56cafee3576b6df083aeab68d04cd05e6ee95e
This commit is contained in:
@@ -2079,6 +2079,7 @@ package android.provider {
|
||||
field public static final String NAMESPACE_CONSTRAIN_DISPLAY_APIS = "constrain_display_apis";
|
||||
field public static final String NAMESPACE_DEVICE_IDLE = "device_idle";
|
||||
field public static final String NAMESPACE_JOB_SCHEDULER = "jobscheduler";
|
||||
field public static final String NAMESPACE_SELECTION_TOOLBAR = "selection_toolbar";
|
||||
}
|
||||
|
||||
public final class Settings {
|
||||
|
||||
@@ -563,6 +563,14 @@ public final class DeviceConfig {
|
||||
@SystemApi
|
||||
public static final String NAMESPACE_WINDOW_MANAGER_NATIVE_BOOT = "window_manager_native_boot";
|
||||
|
||||
/**
|
||||
* Definitions for selection toolbar related functions.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@TestApi
|
||||
public static final String NAMESPACE_SELECTION_TOOLBAR = "selection_toolbar";
|
||||
|
||||
/**
|
||||
* List of namespaces which can be read without READ_DEVICE_CONFIG permission
|
||||
*
|
||||
@@ -571,7 +579,7 @@ public final class DeviceConfig {
|
||||
@NonNull
|
||||
private static final List<String> PUBLIC_NAMESPACES =
|
||||
Arrays.asList(NAMESPACE_TEXTCLASSIFIER, NAMESPACE_RUNTIME, NAMESPACE_STATSD_JAVA,
|
||||
NAMESPACE_STATSD_JAVA_BOOT);
|
||||
NAMESPACE_STATSD_JAVA_BOOT, NAMESPACE_SELECTION_TOOLBAR);
|
||||
/**
|
||||
* Privacy related properties definitions.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user