Notification from Android, the activity may be stopped, save state

Occurs before on_stop and, without guarantee, before or after on_pause.

Property definitions

android $ Activity :: on_save_instance_state
	# Notification from Android, the activity may be stopped, save state
	#
	# Occurs before `on_stop` and, without guarantee, before or after `on_pause`.
	fun on_save_instance_state(save_state: NativeBundle) do app.on_save_state
lib/android/nit_activity.nit:282,2--285,74