Removed synchronization in independent process to avoid problem in reload of certific...
authorDavid A. Velasco <dvelasco@solidgear.es>
Fri, 29 Nov 2013 11:14:27 +0000 (12:14 +0100)
committerDavid A. Velasco <dvelasco@solidgear.es>
Fri, 29 Nov 2013 11:14:27 +0000 (12:14 +0100)
AndroidManifest.xml

index bdd792b..f0d00b5 100644 (file)
         <service
             android:name=".syncadapter.FileSyncService"
             android:exported="true" 
         <service
             android:name=".syncadapter.FileSyncService"
             android:exported="true" 
-            android:process=":sync">
+            >
             <intent-filter>
                 <action android:name="android.content.SyncAdapter" />
             </intent-filter>
             <intent-filter>
                 <action android:name="android.content.SyncAdapter" />
             </intent-filter>