Explorar o código

Removed synchronization in independent process to avoid problem in reload of certificates due to separate contexts

David A. Velasco %!s(int64=11) %!d(string=hai) anos
pai
achega
732cfcede8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      AndroidManifest.xml

+ 1 - 1
AndroidManifest.xml

@@ -113,7 +113,7 @@
         <service
             android:name=".syncadapter.FileSyncService"
             android:exported="true" 
-            android:process=":sync">
+            >
             <intent-filter>
                 <action android:name="android.content.SyncAdapter" />
             </intent-filter>