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

Commit 87d39642 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Add DeviceConfig namespace for contacts provider

Bug: 129980402
Test: dumpsys-activity provider com.android.providers.contacts/.ContactsProvider2
Before and after:
$ adb shell device_config put contacts_provider use_strict_phone_number_comparison true

Change-Id: I3b1d8c9ca0c17eb11c6db4c3f2a46660b3cb0819
parent dd07ae57
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
     *