Notification from the Android framework, your app has been stopped

Property definitions

android :: native_app_glue $ App :: stop
	# Notification from the Android framework, your app has been stopped
	fun stop do end
lib/android/native_app_glue.nit:195,2--196,16

gamnit :: gamnit_android $ App :: stop
	redef fun stop
	do
		if print_lifecycle_events then print "+ stop"
		set_inactive
		super
	end
lib/gamnit/gamnit_android.nit:130,2--135,4