MOBILE-3089 android: Allow non-secure HTTP

main
Albert Gasset 2019-07-22 15:49:11 +02:00
parent 3788afe8b3
commit ab3c15d9b7
1 changed files with 3 additions and 0 deletions

View File

@ -147,6 +147,9 @@
<edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/application/activity[@android:name='MainActivity']">
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|screenLayout|smallestScreenSize" android:debuggable="true" />
</edit-config>
<edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/application">
<application android:usesCleartextTraffic="true" />
</edit-config>
<config-file parent="/manifest/application" target="AndroidManifest.xml">
<meta-data android:name="firebase_analytics_collection_deactivated" android:value="true" />
</config-file>