Skip to content
Next
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Mobile
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
237
Merge Requests
19
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
c9933504
Commit
c9933504
authored
7 hours ago
by
Martin Santangelo
Browse files
Options
Download
(feat) receive supporting more video formats
parent
dfb89a90
feat/udpate-rn-0_61
1 merge request
!377
Udpate app to react native 0.61.4 and jitsi 2.4.0
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
android/app/src/main/AndroidManifest.xml
View file @
c9933504
...
...
@@ -71,7 +71,7 @@
<intent-filter>
<action
android:name=
"android.intent.action.SEND"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<data
android:mimeType=
"video/
mp4
"
/>
<data
android:mimeType=
"video/
*
"
/>
</intent-filter>
</activity>
<activity
android:name=
"com.facebook.react.devsupport.DevSettingsActivity"
/>
...
...
This diff is collapsed.
Please
register
or
sign in
to comment