APDE
APDE copied to clipboard
exit()
Add the exit() function
getActivity().finish() produces pretty much the same result.
Or System.exit(1); works in the same way as exit();