Notification from Android, the activity has been stopped

Followed by on_restart or on_destroy.

Property definitions

android $ Activity :: on_stop
	# Notification from Android, the activity has been stopped
	#
	# Followed by `on_restart` or `on_destroy`.
	fun on_stop do app.on_stop
lib/android/nit_activity.nit:261,2--264,27