Skip to content

Commit

Permalink
allow cleartext HTTP traffic (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuzhiming authored and drelaptop committed Jan 17, 2019
1 parent e8a52e0 commit ed9f4c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Expand Up @@ -23,6 +23,7 @@
android:screenOrientation="landscape"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/app_name"
android:usesCleartextTraffic="true"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:launchMode="singleTask"
android:taskAffinity="" >
Expand Down
Expand Up @@ -21,6 +21,7 @@
android:screenOrientation="sensorLandscape"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/app_name"
android:usesCleartextTraffic="true"
android:launchMode="singleTask"
android:taskAffinity=""
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
Expand Down
Expand Up @@ -23,6 +23,7 @@
android:screenOrientation="landscape"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/app_name"
android:usesCleartextTraffic="true"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:launchMode="singleTask"
android:taskAffinity="" >
Expand Down
Expand Up @@ -23,6 +23,7 @@
android:screenOrientation="landscape"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/app_name"
android:usesCleartextTraffic="true"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:launchMode="singleTask"
android:taskAffinity="" >
Expand Down

0 comments on commit ed9f4c3

Please sign in to comment.