Skip to content

Commit

Permalink
Merge pull request #1 from begner/master
Browse files Browse the repository at this point in the history
Fixes Media display without SSL in Android 9 (Oreo)
  • Loading branch information
reitblatt authored Nov 2, 2023
2 parents 172f2e6 + 0a00a69 commit 6d815d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:usesCleartextTraffic="true"
android:theme="@style/AppTheme">
<receiver
android:name=".Receiver"
Expand Down

0 comments on commit 6d815d3

Please sign in to comment.