From 7867e7ce5b45107baf6138c069787d0fcb0abb49 Mon Sep 17 00:00:00 2001 From: Alexander Vakrilov Date: Tue, 16 Oct 2018 09:22:16 +0300 Subject: [PATCH] tests: set usesCleartextTraffic in apps to enable http calls in CI (#6417) --- apps/app/App_Resources/Android/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/app/App_Resources/Android/AndroidManifest.xml b/apps/app/App_Resources/Android/AndroidManifest.xml index 584e2f55f..72e4464c2 100644 --- a/apps/app/App_Resources/Android/AndroidManifest.xml +++ b/apps/app/App_Resources/Android/AndroidManifest.xml @@ -24,7 +24,8 @@ android:allowBackup="true" android:icon="@drawable/icon" android:label="@string/app_name" - android:theme="@style/AppTheme" > + android:theme="@style/AppTheme" + android:usesCleartextTraffic="true" >