Notification from the Android framework to generate a new saved state

You can use the shared_preferences module or NativeAppGlue::saved_state.

Property definitions

android :: native_app_glue $ App :: save_state
	# Notification from the Android framework to generate a new saved state
	#
	# You can use the `shared_preferences` module or `NativeAppGlue::saved_state`.
	fun save_state do end
lib/android/native_app_glue.nit:171,2--174,22

android :: game $ App :: save_state
	redef fun save_state do on_save_state
lib/android/game.nit:55,2--38