Calsign / APDE

Source code for APDE: Create and run Processing sketches on an Android device.
GNU General Public License v2.0
338 stars 76 forks source link

exit() #117

Open code-commenter opened 2 years ago

code-commenter commented 2 years ago

Add the exit() function

44r0 commented 2 years ago

getActivity().finish() produces pretty much the same result.

ChunkOfIron commented 8 months ago

Or System.exit(1); works in the same way as exit();