Top "Scoped-storage" questions

A feature presented on Android Q, to sandbox storage of apps.

Test programmatically if in Android 10+ the legacy external storage access is disabled

Is there a simple API call that would tell me if an app running on Android 10 or later must use …

android scoped-storage
Android Q (10) ask permission to get access all storage. Scoped storage

In Android 10 apps that need to access storage need to ask permission to access a concrete path. But apps like …

android android-10.0 scoped-storage
How to obtain MANAGE_EXTERNAL_STORAGE permission

I'm trying to get the MANAGE_EXTERNAL_STORAGE permission on my Android 10 (API 29) device. https://developer.android.com/training/data-storage/…

android android-permissions scoped-storage
Android Q: Get image from gallery and process it

I know it seems like a very basic question, but it's specifically for Android Q. I just want to get …

android android-10.0 storage-access-framework scoped-storage