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

Commit 0538403b authored by Lei Yu's avatar Lei Yu Committed by android-build-merger
Browse files

Merge "Add DeviceConfig namespace for settings ui" into qt-dev am: 622d628f

am: 1be2dcb3

Change-Id: I7d42cca484e5d43fb91c6f3bff7f378765890ed5
parents 1e712ba9 1be2dcb3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -274,6 +274,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
     *