Skip to content

Commit f418322

Browse files
authored
Merge pull request #691 from zalesskyi/fix/uCrop_image_saving_android_q
Fixed image saving on Android Q.
2 parents 37d3275 + e051a12 commit f418322

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sample/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<application
1010
android:allowBackup="false"
1111
android:icon="@mipmap/ic_launcher"
12+
android:requestLegacyExternalStorage="true"
1213
android:label="@string/app_name"
1314
android:theme="@style/AppTheme">
1415
<provider

0 commit comments

Comments
 (0)