Is there a way using ADB to know the location of what a specific plugged in device will return for Environment.getExternalStorageDirectory ?
I would like to push a file there and then read this file from the activity running on the device. I think this path can vary based on device, and I will have to run this on numerous different android devices.
Thanks!
For now you could probably get away with just using “/sdcard” in case you don’t find a better solution.
It’s defined pretty static in the Android source.