Fix adapters; sigh.

Change-Id: I0b332908bc97e9ec463f2cca2a01cad5c78575bf
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e560757..b7672ca 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -96,7 +96,7 @@
 
         <!--Required stanza to register the EAS EmailSyncAdapterService with SyncManager -->
         <service
-            android:name="com.android.exchange.EmailSyncAdapterService"
+            android:name="com.android.exchange.service.EmailSyncAdapterService"
             android:exported="true">
             <intent-filter>
                 <action
@@ -108,7 +108,7 @@
 
         <!--Required stanza to register the EAS ContactsSyncAdapterService with SyncManager -->
         <service
-            android:name="com.android.exchange.ContactsSyncAdapterService"
+            android:name="com.android.exchange.service.ContactsSyncAdapterService"
             android:exported="true">
             <intent-filter>
                 <action
@@ -120,7 +120,7 @@
 
         <!--Required stanza to register the EAS CalendarSyncAdapterService with SyncManager -->
         <service
-            android:name="com.android.exchange.CalendarSyncAdapterService"
+            android:name="com.android.exchange.service.CalendarSyncAdapterService"
             android:exported="true">
             <intent-filter>
                 <action