Skip to content

Commit

Permalink
Add exported attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
dturner committed Oct 1, 2020
1 parent 2a64f85 commit 9a237bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@
</intent-filter>
</service>

<receiver android:name="androidx.mediarouter.media.MediaTransferReceiver" />
<receiver
android:exported="true"
android:name="androidx.mediarouter.media.MediaTransferReceiver" />

</application>

Expand Down

0 comments on commit 9a237bf

Please sign in to comment.