You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2019/08/19 12:35:39 UTC

[incubator-weex-playground] branch master updated: [Android]enable cleartext HTTP traffic for Android P (#17)

This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-playground.git


The following commit(s) were added to refs/heads/master by this push:
     new 84b8236  [Android]enable cleartext HTTP traffic for Android P (#17)
84b8236 is described below

commit 84b82365466ca79cc01e8cf0bcbffc7aede36af0
Author: katherine95s <51...@users.noreply.github.com>
AuthorDate: Mon Aug 19 20:35:34 2019 +0800

    [Android]enable cleartext HTTP traffic for Android P (#17)
---
 android/playground/src/main/AndroidManifest.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/android/playground/src/main/AndroidManifest.xml b/android/playground/src/main/AndroidManifest.xml
index a24b20b..b10e617 100755
--- a/android/playground/src/main/AndroidManifest.xml
+++ b/android/playground/src/main/AndroidManifest.xml
@@ -43,6 +43,7 @@ under the License.
             android:icon="@mipmap/ic_launcher"
             android:label="@string/app_name"
             android:supportsRtl="true"
+            android:usesCleartextTraffic="true"
             android:theme="@style/AppTheme"
             tools:overrideLibrary="com.taobao.android.dexposed">
         <uses-library android:name="android.test.runner"/>