mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Revert a1b6973 until we find out why it uses OPEN_DOCUMENT by default on fresh install
This commit is contained in:
parent
5073ca08c3
commit
7ce3b7ebb1
5 changed files with 25 additions and 26 deletions
|
|
@ -57,7 +57,6 @@
|
|||
android:title="Uploads">
|
||||
|
||||
<SwitchPreference
|
||||
|
||||
android:defaultValue="true"
|
||||
android:key="useExternalStorage"
|
||||
app:singleLineTitle="false"
|
||||
|
|
@ -69,12 +68,6 @@
|
|||
android:title="@string/in_app_camera_location_permission_title"
|
||||
android:summary="@string/in_app_camera_location_switch_pref_summary"/>
|
||||
|
||||
<SwitchPreference
|
||||
android:defaultValue="true"
|
||||
android:key="openDocumentPhotoPickerPref"
|
||||
android:summary="@string/open_document_photo_picker_explanation"
|
||||
android:title="@string/open_document_photo_picker_title"/>
|
||||
|
||||
<SwitchPreference
|
||||
android:key="useAuthorName"
|
||||
app:singleLineTitle="false"
|
||||
|
|
@ -88,6 +81,11 @@
|
|||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/preference_author_name" />
|
||||
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="getContentPhotoPickerPref"
|
||||
android:summary="@string/get_content_photo_picker_explanation"
|
||||
android:title="@string/get_content_photo_picker_title"/>
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue