projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7ed9f29
)
Removed synchronization in independent process to avoid problem in reload of certific...
author
David A. Velasco
<dvelasco@solidgear.es>
Fri, 29 Nov 2013 11:14:27 +0000
(12:14 +0100)
committer
David A. Velasco
<dvelasco@solidgear.es>
Fri, 29 Nov 2013 11:14:27 +0000
(12:14 +0100)
AndroidManifest.xml
patch
|
blob
|
blame
|
history
diff --git
a/AndroidManifest.xml
b/AndroidManifest.xml
index
bdd792b
..
f0d00b5
100644
(file)
--- a/
AndroidManifest.xml
+++ b/
AndroidManifest.xml
@@
-113,7
+113,7
@@
<service
android:name=".syncadapter.FileSyncService"
android:exported="true"
<service
android:name=".syncadapter.FileSyncService"
android:exported="true"
-
android:process=":sync"
>
+ >
<intent-filter>
<action android:name="android.content.SyncAdapter" />
</intent-filter>
<intent-filter>
<action android:name="android.content.SyncAdapter" />
</intent-filter>