send intent with filepath so details view can be updated
[pub/Android/ownCloud.git] / res / xml / preferences.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
3 <PreferenceCategory android:title="@string/prefs_category_general">
4
5 <ListPreference
6 android:key="select_oc_account"
7 android:title="@string/prefs_select_oc_account"
8 android:summary="@string/prefs_summary_select_oc_account"
9 />
10 <CheckBoxPreference android:key="instant_uploading" android:title="Enable instant uploading" android:summary="Instantly upload photos taken by camera"/>
11 </PreferenceCategory>
12
13
14 </PreferenceScreen>