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

Commit cf457b24 authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

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

parents 8085254e 87d39642
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
     *