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!