Relative Content

Tag Archive for androidemulationsaf

Why are the storage options in SAF limited in the Android emulator?

I have an app that saves to a text file and elsewhere copies a database to storage, both using Storage Access Framework.
Testing it on Android Studio emulators (API 26 and 28) the only available options are Downloads and SD card. But on physical devices(API 26 and 29), you can save anywhere. Is there something I need to do to make emulators work like the devices?