projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed typo in strings.xml
[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
..
8c8d8b3
100644
(file)
--- a/
res/xml/syncadapter_files.xml
+++ b/
res/xml/syncadapter_files.xml
@@
-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"
/>
/>