android-storage icon indicating copy to clipboard operation
android-storage copied to clipboard

Does this work on api 29(Android 10)?

Open rickthousand opened this issue 5 years ago • 1 comments

rickthousand avatar May 04 '20 08:05 rickthousand

It will work if you use requestLagactExternalStorage=true in the manifest. But in later android releases they might remove this flag. so it would be better for you to implement using new storage API.

SoniKarsh avatar Jun 14 '20 05:06 SoniKarsh