Add DeviceConfig namespace for settings ui

Fixes: 130302238
Test: RunSettingsRoboTests
Change-Id: Idb20718165a598bfe73734fc06ef12d4f8d8d8e5
This commit is contained in:
Lei Yu
2019-04-11 13:50:50 -07:00
parent 1970cfddb3
commit 5d3461b1f6

View File

@@ -266,6 +266,13 @@ public final class DeviceConfig {
*/
public static final String NAMESPACE_CONTACTS_PROVIDER = "contacts_provider";
/**
* Namespace for settings ui related features
*
* @hide
*/
public static final String NAMESPACE_SETTINGS_UI = "settings_ui";
/**
* List of namespaces which can be read without READ_DEVICE_CONFIG permission
*