Преглед на файлове

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

David A. Velasco преди 11 години
родител
ревизия
732cfcede8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>