I want to directly close the Android Application from any Sub-Activity, and when user can start app again, at that time, app should start in Main Activity , not in Sub-Activity. I used one method: moveTaskToBack(true);
but i can't retrieve successful result.
Help Me.
Thanks.