projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed synchronization in independent process to avoid problem in reload of certific...
[pub/Android/ownCloud.git]
/
AndroidManifest.xml
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"
-
android:process=":sync"
>
+ >
<intent-filter>
<action android:name="android.content.SyncAdapter" />
</intent-filter>