# Notification from the Android framework, your app has been stopped
	fun stop do end
					lib/android/native_app_glue.nit:195,2--196,16
				
	redef fun stop
	do
		if print_lifecycle_events then print "+ stop"
		set_inactive
		super
	end
					lib/gamnit/gamnit_android.nit:130,2--135,4