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

Commit 1be2dcb3 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

Change-Id: I1d587383085f869a7540b542483f19c2fd6a4cf4
parents 456017a6 622d628f
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
     *