Notification from the Android framework, the current device configuration has changed

Property definitions

android :: native_app_glue $ App :: config_changed
	# Notification from the Android framework, the current device configuration has changed
	fun config_changed do end
lib/android/native_app_glue.nit:214,2--215,26

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