浏览代码

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>