[android] Add custom map download URL setting

Signed-off-by: NoelClick <dev@noel.click>
This commit is contained in:
NoelClick
2025-11-15 19:34:17 -08:00
committed by jeanbaptisteC
parent 4ba0fc51a5
commit 6c92264fb0
3 changed files with 32 additions and 0 deletions

View File

@@ -212,5 +212,14 @@
android:defaultValue="true"
android:widgetLayout="@layout/preference_switch"
android:order="2"/>
<EditTextPreference
android:key="@string/pref_custom_map_download_url"
android:title="@string/pref_custom_map_download_url_title"
android:summary="@string/pref_custom_map_download_url_summary"
android:inputType="textUri"
android:singleLine="true"
android:defaultValue=""
android:order="3"/>
</androidx.preference.PreferenceCategory>
</androidx.preference.PreferenceScreen>