Allow non secure traffic

This commit is contained in:
Anton Tananaev 2025-05-10 07:54:27 -07:00
parent 502d1452ce
commit c6375d0a7c
3 changed files with 16 additions and 1 deletions

View file

@ -4,7 +4,8 @@
tools:replace="android:label"
android:label="Traccar Client"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:networkSecurityConfig="@xml/network_security_config">
<activity
android:name=".MainActivity"
android:exported="true"