Enable network security setting to allow for user-configured CAs.

This commit is contained in:
Antoine POPINEAU 2020-07-08 22:20:38 +02:00
parent b2e6ec43a8
commit 97bb621d7f
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:networkSecurityConfig="@xml/security"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/AppTheme"