Remove queries element for SyncAdapter

Also fix package for CP2.

Test: built and launched the app.

Bug: 153642448
Change-Id: I8e349f8a5c403a594260e1f663a76af59afc1034
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 58e1ba5..ffd8553 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -619,7 +619,7 @@
         to detect accounts and show actions in QuickContact. -->
     <queries>
         <!-- ContactsProvider2 -->
-        <package android:name="com.android.contacts"/>
+        <package android:name="com.android.providers.contacts"/>
 
         <!-- quickcontact actions and verbs -->
         <intent>
@@ -655,9 +655,6 @@
 
         <!-- Account loading -->
         <intent>
-            <action android:name="android.content.SyncAdapter"/>
-        </intent>
-        <intent>
             <action android:name="android.accounts.AccountAuthenticator"/>
         </intent>
         <intent>