projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix crash in navigation in FileList
[pub/Android/ownCloud.git]
/
res
/
xml
/
syncadapter_files.xml
diff --git
a/res/xml/syncadapter_files.xml
b/res/xml/syncadapter_files.xml
index
03fedbf
..
805b53e
100644
(file)
--- a/
res/xml/syncadapter_files.xml
+++ b/
res/xml/syncadapter_files.xml
@@
-3,7
+3,7
@@
ownCloud Android client application
Copyright (C) 2012 Bartek Przybylski
ownCloud Android client application
Copyright (C) 2012 Bartek Przybylski
- Copyright (C) 201
2-2013
ownCloud Inc.
+ Copyright (C) 201
5
ownCloud Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
@@
-22,7
+22,10
@@
<!-- for the SyncAdapter. -->
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
<!-- for the SyncAdapter. -->
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
- android:contentAuthority="
org.owncloud
"
- android:accountType="
owncloud
"
+ android:contentAuthority="
@string/authority
"
+ android:accountType="
@string/account_type
"
android:supportsUploading="true"
android:supportsUploading="true"
+ android:userVisible="true"
+ android:allowParallelSyncs="true"
+ android:isAlwaysSyncable="true"
/>
/>