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

Commit 09bd35b8 authored by Makoto Onuki's avatar Makoto Onuki Committed by android-build-merger
Browse files

Merge "Add DeviceConfig namespace for contacts provider" into qt-dev

am: cf457b24

Change-Id: I79cfa3975761ea5dd2279e028c278d6a87e17d35
parents 58f2bee1 cf457b24
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -259,6 +259,13 @@ public final class DeviceConfig {
    @SystemApi
    public static final String NAMESPACE_TEXTCLASSIFIER = "textclassifier";

    /**
     * Namespace for contacts provider related features.
     *
     * @hide
     */
    public static final String NAMESPACE_CONTACTS_PROVIDER = "contacts_provider";

    /**
     * List of namespaces which can be read without READ_DEVICE_CONFIG permission
     *