You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Revert "Revert a1b6973 until we find out why it uses OPEN_DOCUMENT by default on fresh install"
This reverts commit 7ce3b7e.
* Potential fix for get_content picker being used in first run
The initial state of the 'openDocumentPhotoPickerPref' seems to be incorrect
during a fresh install on some devices.
Try to ensure we always use the proper initial state by propagating the default
to the preference access code.
This hopefully fixescommons-app#5274
Copy file name to clipboardExpand all lines: app/src/main/res/values/strings.xml
+1-3
Original file line number
Diff line number
Diff line change
@@ -451,9 +451,7 @@ Upload your first media by tapping on the add button.</string>
451
451
<stringname="in_app_camera_location_unavailable">The app would not record location along with in-shots as the GPS is turned off</string>
452
452
<stringname="open_document_photo_picker_title">Use document based photo picker</string>
453
453
<stringname="open_document_photo_picker_explanation">The new Android photo picker risks losing location information. Enable if you seem to be using it.</string>
<stringname="get_content_photo_picker_explanation">Disable if your pictures get uploaded without location</string>
456
-
<stringname="location_loss_warning">Please make sure that this new Android picker does not strip location from your pictures.</string>
454
+
<stringname="location_loss_warning">Turning this off could trigger the new Android photo picker. It risks losing location information.\n\nTap on \'Read more\' for more information.</string>
457
455
458
456
<stringname="nearby_campaign_dismiss_message">You won\'t see the campaigns anymore. However, you can re-enable this notification in Settings if you wish.</string>
459
457
<stringname="this_function_needs_network_connection">This function requires network connection, please check your connection settings.</string>
0 commit comments