Add SdnProvider to AOSP Contacts app

Bug: 285969261
Test: Manually
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:76816ec373c902359c6fd8d5967b5b6b063d2128)
Merged-In: I86aa75509ded71ed97db39c2d19ae7b3912853ea
Change-Id: I86aa75509ded71ed97db39c2d19ae7b3912853ea
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d4d3068..245cd6e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -630,6 +630,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