Add SdnProvider to AOSP Contacts app

Bug: 285969261
Test: Manually
Change-Id: I86aa75509ded71ed97db39c2d19ae7b3912853ea
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 889b8c2..66d5767 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