Upgrading to new GAL registration API.

Change-Id: I67eaeb50ba8629a85d056da031e3b48ea7ab3858
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1f7f8ab..060857b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -415,7 +415,9 @@
             android:authorities="com.android.exchange.directory.provider"
             android:readPermission="android.permission.READ_CONTACTS"
             android:multiprocess="false"
-            />
+            >
+          <meta-data android:name="android.content.ContactDirectory" android:value="true"/>
+        </provider>
         <!--EXCHANGE-REMOVE-SECTION-END-->
 
     </application>