mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
tests: set usesCleartextTraffic in apps to enable http calls in CI (#6417)
This commit is contained in:
committed by
Dimitar Topuzov
parent
84017091b0
commit
7867e7ce5b
@@ -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" >
|
||||
<meta-data android:name="debugLayouts" android:value="true" />
|
||||
<activity
|
||||
android:name="com.tns.NativeScriptActivity"
|
||||
|
||||
Reference in New Issue
Block a user