mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Allow using custom tile server via HTTP (#3976)
This commit is contained in:
parent
537b793999
commit
42e78f8f2f
2 changed files with 15 additions and 1 deletions
|
|
@ -105,7 +105,8 @@
|
|||
android:supportsRtl="true"
|
||||
android:hardwareAccelerated="true"
|
||||
android:theme="@style/SplashTheme"
|
||||
android:localeConfig="@xml/locales_config">
|
||||
android:localeConfig="@xml/locales_config"
|
||||
android:networkSecurityConfig="@xml/network_security_config">
|
||||
|
||||
<!-- Default crash collection and analytics off until we (possibly) turn it on in application.onCreate -->
|
||||
<meta-data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue