fixed camera in release build

This commit is contained in:
commitimpush 2022-09-06 12:16:04 +02:00
parent 0eae6bffad
commit e980550302

View file

@ -1,9 +1,12 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.flutter_image_picker_example">
<uses-permission android:name="android.permission.CAMERA"/>
<application
android:label="flutter_image_picker_example"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:requestLegacyExternalStorage="true">
<activity
android:name=".MainActivity"
android:exported="true"