kopia lustrzana https://github.com/olgamiller/SSTVEncoder2
Added queries to AndroidManifest (so the "Pick Picture" and "Take Picture" buttons work again)
rodzic
f13dc04082
commit
0bcd953b44
|
@ -8,6 +8,15 @@
|
||||||
<uses-feature
|
<uses-feature
|
||||||
android:name="android.hardware.camera"
|
android:name="android.hardware.camera"
|
||||||
android:required="false"/>
|
android:required="false"/>
|
||||||
|
<queries>
|
||||||
|
<intent>
|
||||||
|
<action android:name="android.intent.action.SEND"/>
|
||||||
|
<data android:mimeType="image/*"/>
|
||||||
|
</intent>
|
||||||
|
<intent>
|
||||||
|
<action android:name="android.media.action.IMAGE_CAPTURE"/>
|
||||||
|
</intent>
|
||||||
|
</queries>
|
||||||
<application
|
<application
|
||||||
android:requestLegacyExternalStorage="true"
|
android:requestLegacyExternalStorage="true"
|
||||||
android:allowBackup="false"
|
android:allowBackup="false"
|
||||||
|
|
Ładowanie…
Reference in New Issue