Skip to content

Commit

Permalink
Fix android crash according to doublesymmetry#1676 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
arekm213 committed Sep 25, 2023
1 parent 3e06438 commit b479f4f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
</intent-filter>
</service>

<!-- A receiver that will receive media buttons. Required on pre-lollipop devices -->
<receiver android:name="androidx.media.session.MediaButtonReceiver" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MEDIA_BUTTON" />
</intent-filter>
</receiver>

</application>

</manifest>

0 comments on commit b479f4f

Please sign in to comment.