Skip to content

Commit 6d815d3

Browse files
authored
Merge pull request #1 from begner/master
Fixes Media display without SSL in Android 9 (Oreo)
2 parents 172f2e6 + 0a00a69 commit 6d815d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
android:icon="@mipmap/ic_launcher"
2323
android:label="@string/app_name"
2424
android:supportsRtl="true"
25+
android:usesCleartextTraffic="true"
2526
android:theme="@style/AppTheme">
2627
<receiver
2728
android:name=".Receiver"

0 commit comments

Comments
 (0)