Find the location of android device's Environment.getExternalStorageDirectory using ADB? -
is there way using adb know location of specific plugged in device return environment.getexternalstoragedirectory ?
i push file there , read file activity running on device. think path can vary based on device, , have run on numerous different android devices.
thanks!
for away using "/sdcard" in case don't find better solution. it's defined pretty static in android source.
Comments
Post a Comment