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" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.flutter_image_picker_example"> package="com.example.flutter_image_picker_example">
<uses-permission android:name="android.permission.CAMERA"/>
<application <application
android:label="flutter_image_picker_example" android:label="flutter_image_picker_example"
android:name="${applicationName}" android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"> android:icon="@mipmap/ic_launcher"
android:requestLegacyExternalStorage="true">
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
android:exported="true" android:exported="true"