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

Commit 44339811 authored by Wenyi Wang's avatar Wenyi Wang
Browse files

Move contacts authority string to Contacts

Contacts, GoogleContacts, Dialer and GoogleDialer can be installed at the
same time now. And sharing contacts works well on the 4 apps.

Bug 27810589

Change-Id: I07f786967356554e7f3d476ecce06854ab2affd3
parent 7494e913
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -45,4 +45,7 @@

    <!-- File Authority for the photo picker -->
    <string name="photo_file_provider_authority">com.android.contacts.files</string>

    <!-- File Authority for AOSP Contacts files -->
    <string name="contacts_file_provider_authority">com.android.contacts.files</string>
</resources>