ScreenRecorder-for-Android icon indicating copy to clipboard operation
ScreenRecorder-for-Android copied to clipboard

filepath wrong

Open pkpio opened this issue 11 years ago • 0 comments

https://github.com/Leandros/ScreenRecorder-for-Android/blob/develop/ScreenRecorderforAndroid/src/main/java/de/skilloverflow/screenrecorderforandroid/MainActivity.java#L185

Environment.getExternalStorageDirectory() isn't working on devices like Nexus 10 where there is no external card. refer: http://stackoverflow.com/questions/5694933/find-an-external-sd-card-location

Simply using "sdcard" is working there.

Tested: Nexus 10 (no sdcard) Galaxy S2 (sdcard)

pkpio avatar Aug 17 '14 20:08 pkpio