Removed synchronization in independent process to avoid problem in reload of certific...
[pub/Android/ownCloud.git] / AndroidManifest.xml
index bdd792b..f0d00b5 100644 (file)
         <service
             android:name=".syncadapter.FileSyncService"
             android:exported="true" 
-            android:process=":sync">
+            >
             <intent-filter>
                 <action android:name="android.content.SyncAdapter" />
             </intent-filter>