Skip to content

Commit

Permalink
Add support for video preview
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspieper committed Oct 19, 2021
1 parent 3448597 commit ba9c2be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<data android:scheme="content" />

<data android:mimeType="image/*" />
<data android:mimeType="video/*" />
<data android:mimeType="application/vnd.google.panorama360+jpg" />
</intent-filter>

Expand Down

0 comments on commit ba9c2be

Please sign in to comment.