初步完成服务访问连接

This commit is contained in:
ZhanGSKen
2025-03-29 17:34:01 +08:00
parent 0735783811
commit 81d538589f
8 changed files with 166 additions and 8 deletions

View File

@@ -10,7 +10,8 @@
android:label="@string/app_name"
android:theme="@style/MyAESTheme"
android:requestLegacyExternalStorage="true"
android:supportsRtl="true">
android:supportsRtl="true"
android:networkSecurityConfig="@xml/network_security_config">
<activity
android:name=".MainActivity"