Skip to content

Commit

Permalink
Merge pull request #646 from aryanA101a/androidAudioShareIntent
Browse files Browse the repository at this point in the history
chore: added android audio sharing intent
  • Loading branch information
krille-chan authored Nov 4, 2023
2 parents de90292 + b5a571d commit da46748
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="video/*" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="audio/*" />
</intent-filter>
</activity>

<activity
Expand Down

0 comments on commit da46748

Please # to comment.