Notification from Android, the activity has been resumed

Followed by on_pause

Property definitions

android $ Activity :: on_resume
	# Notification from Android, the activity has been resumed
	#
	# Followed by `on_pause`
	fun on_resume do app.on_resume
lib/android/nit_activity.nit:251,2--254,31