소스 검색

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>