mirror of
https://github.com/olgamiller/SSTVEncoder2.git
synced 2025-12-06 06:52:01 +01:00
Added intent.action.PICK to AndroidManifest.xml
(on some Android 11 devices "Pick Picture" did not work)
This commit is contained in:
parent
fa71909df5
commit
8ce13b9fc5
|
|
@ -16,6 +16,10 @@
|
|||
<intent>
|
||||
<action android:name="android.media.action.IMAGE_CAPTURE"/>
|
||||
</intent>
|
||||
<intent>
|
||||
<action android:name="android.intent.action.PICK" />
|
||||
<data android:mimeType="image/*"/>
|
||||
</intent>
|
||||
</queries>
|
||||
<application
|
||||
android:requestLegacyExternalStorage="true"
|
||||
|
|
|
|||
Loading…
Reference in a new issue