Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d3461b1 authored by Lei Yu's avatar Lei Yu
Browse files

Add DeviceConfig namespace for settings ui

Fixes: 130302238
Test: RunSettingsRoboTests
Change-Id: Idb20718165a598bfe73734fc06ef12d4f8d8d8e5
parent 1970cfdd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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
     *