Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Update AndroidManifest.xml #20

Merged
merged 1 commit into from
Jan 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Expand Up @@ -44,7 +44,7 @@

<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.LAUNCHER" />

<data android:mimeType="application/*" />
<data android:mimeType="audio/*" />
jayagrawal254 marked this conversation as resolved.
Show resolved Hide resolved
Expand Down