emilio-kariuki / Status-Saver

Status Saver is a mobile application built with Flutter and the Provider state management package. It enables users to easily save and manage statuses from popular social media platforms (whatsapp for now)
9 stars 0 forks source link

MANAGE_EXTERNAL_STORAGE permission not work when upload to playstore #1

Open krunalgajera98 opened 1 year ago

krunalgajera98 commented 1 year ago

When I submit to playstore I get : Your APK or Android App Bundle requests the 'android.permission.MANAGE_EXTERNAL_STORAGE' permission, which Google Play doesn't support yet.

emilio-kariuki commented 1 year ago

let me get back to you on this

1MinuteAunty commented 1 week ago

Hi, I have encountered a similar issue and managed to find a solution. In my project from statussaver, I addressed this by [using Storage Access Framework instead of MANAGE_EXTERNAL_STORAGE].

I hope this helps!

1MinuteAunty commented 1 week ago

@krunalgajera98 @emilio-kariuki