viewer: added videos

This commit is contained in:
Thibault Deckers 2020-03-16 16:30:44 +09:00
parent 2bd8692875
commit ad04967464

View file

@ -32,7 +32,9 @@
<intent-filter tools:ignore="AppLinkUrlError">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="image/*" />
<data android:mimeType="video/*" />
</intent-filter>
<meta-data