I want to save files to the device memory when SD card is inserted into the phone. Calling
Environment.getExternalStorageDirectory();
returns SD card folder located at mnt/sdcard. Phone storage folder is located at mnt/sdcard2. Is there a way to get path to mnt/sdcard2 programmatically to download files there?