Browse Source

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

housekeeping/remove-warnings
Antoine POPINEAU 4 years ago
parent
commit
97bb621d7f
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
  1. 1
      app/src/main/AndroidManifest.xml

1
app/src/main/AndroidManifest.xml

@ -12,6 +12,7 @@ @@ -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"

Loading…
Cancel
Save