I've been developing an android application, before the last update to 4.2, I used
Environment.getExternalStorageDirectory().getPath()
which returned me /storage/sdcard0/, but since the update I now get /storage/emulated/0.
I've been reading about the multiuser capabilities on Android 4.2 and I'm guessing that's where the 0 comes from, however, I still don't know how to get to the path I was using before the update.