Allow non secure traffic
This commit is contained in:
parent
502d1452ce
commit
c6375d0a7c
3 changed files with 16 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue