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

Commit bff46444 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

am: 09bd35b8

Change-Id: I2fbc1fb6f163460d439328d85d600288c0706b84
parents 1a4bf0d9 09bd35b8
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
     *