mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
* Fixes #3766 * Added OPENSTREET attribution in nearby * Added custom text attribution in Nearby * Deleted unused class CustomBorderTextView * review suggested changes * modified telemetry summary string
This commit is contained in:
parent
aa1d6fe2aa
commit
fcc3053d40
6 changed files with 71 additions and 26 deletions
|
|
@ -85,6 +85,13 @@
|
|||
android:summary="@string/manage_exif_tags_summary"
|
||||
android:title="@string/manage_exif_tags" />
|
||||
|
||||
<SwitchPreference
|
||||
android:defaultValue="true"
|
||||
android:key="telemetryOptOut"
|
||||
app:singleLineTitle="false"
|
||||
android:summary="@string/telemetry_opt_out_summary"
|
||||
android:title="@string/mapbox_telemetry" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<!-- The key 'allowGps' was used before and has since been removed based on the discussion at #1599.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue