summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorGyanesh Mittal <gyaneshm@google.com>2023-06-12 21:38:32 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-06-12 21:38:32 +0000
commit770580ce49ff162a6eec3c16af415ce9603d706f (patch)
tree3b5be30a27d4b28830ab883baab0b16011f2fc96 /AndroidManifest.xml
parent6cd1b0bb12053d5a725cc9db8aeb379f220820f1 (diff)
parent04cbffab6ec1f8ddc6e259212345f8cf8f4eb217 (diff)
downloadContacts-770580ce49ff162a6eec3c16af415ce9603d706f.tar.gz
Merge "Add SdnProvider to AOSP Contacts app" am: d723f4f0e9 am: ffad3be5ae am: 04cbffab6e
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Contacts/+/2620851 Change-Id: I4365ca9c955e5b3ed6c154b23138e8783c4910a3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 889b8c2d4..66d5767f1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -633,6 +633,17 @@
android:name="android.nfc.disable_beam_default"
android:value="true"/>
+ <provider
+ android:name="com.android.contacts.sdn.SdnProvider"
+ android:authorities="@string/contacts_sdn_provider_authority"
+ android:enabled="true"
+ android:exported="true"
+ android:readPermission="android.permission.BIND_DIRECTORY_SEARCH">
+ <meta-data
+ android:name="android.content.ContactDirectory"
+ android:value="true" />
+ </provider>
+
</application>
<!-- Allows the contacts app to see the activities and services needed