Notification from the Android framework, native_activity has been started

Property definitions

android :: native_app_glue $ App :: start
	# Notification from the Android framework, `native_activity` has been started
	fun start do end
lib/android/native_app_glue.nit:203,2--204,17

gamnit :: gamnit_android $ App :: start
	redef fun start
	do
		if print_lifecycle_events then print "+ start"
		super
	end
lib/gamnit/gamnit_android.nit:124,2--128,4