Skip to content

Commit

Permalink
Accept GIF files via intent
Browse files Browse the repository at this point in the history
  • Loading branch information
brarcher committed Jan 5, 2019
1 parent 4610011 commit 4def5ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,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="image/gif" />
</intent-filter>
</activity>
<activity
android:name=".picker.FastScrollerFilePickerActivity"
Expand Down

0 comments on commit 4def5ad

Please sign in to comment.