Android Q Images could not be saved and getting blank in Uri
Harshit1308 opened this issue · 7 comments
Harshit1308 commented
Android Q Images could not be saved and getting blank in Uri
Yagnikkat commented
Having Same issue ,Android Q Images could not be saved and getting blank in Uri
Harshit1308 commented
i resolved it successfully forgot to upload an answer.
Yagnikkat commented
i resolved it successfully forgot to upload an answer.
can you post the answer Brother
abhishekagra commented
@Harshit1308 I am also facing the same issue on Android 10.0 (Q). Please provide the answer.
VivekThummar52 commented
Just add this line in AndroidManifest
file :
android:requestLegacyExternalStorage="true"
VivekThummar52 commented
is my answer worked for you or not??
abhishekagra commented
@VivekThummar52 Thanks, your answer worked perfectly.