mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 06:35:48 +03:00
manifest: Even more intent queries
Fixes #9270 These are hard to find, man Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
fa432834e7
commit
18c6baaff0
1 changed files with 12 additions and 0 deletions
|
@ -484,5 +484,17 @@
|
|||
<action android:name="android.intent.action.PICK" />
|
||||
<data android:mimeType="*/*" />
|
||||
</intent>
|
||||
<intent>
|
||||
<action android:name="android.media.action.IMAGE_CAPTURE" />
|
||||
</intent>
|
||||
<intent>
|
||||
<action android:name="android.media.action.IMAGE_CAPTURE_SECURE" />
|
||||
</intent>
|
||||
<intent>
|
||||
<action android:name="android.media.action.VIDEO_CAPTURE" />
|
||||
</intent>
|
||||
<intent>
|
||||
<action android:name="android.intent.action.GET_CONTENT" />
|
||||
</intent>
|
||||
</queries>
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in a new issue