fix(android): allow cleartext for tailnet web

This commit is contained in:
Peter Steinberger
2025-12-18 09:12:06 +01:00
parent 89fcb40557
commit 97ec5d52c3
2 changed files with 11 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
android:supportsRtl="true"
android:networkSecurityConfig="@xml/network_security_config"
android:theme="@style/Theme.ClawdisNode">
<service
android:name=".NodeForegroundService"