this is rather a very rare question and quite an unusual one.. In my onCreate () method, i first check if sd-card is mounted or not. if it is unmounted then i simply use return; so that no further code can be executed and the user is presented with an alert diaglog where the user can select retry or exit. i used return; in onCreate because I didn't want to process the rest of the code otherwise it might generate errors. Now I want to know two things
When I use return; in the onCreate () method, where does it return to?