Notify the OS that this activity is done and should be closed

Property definitions

android $ NativeActivity :: finish
	# Notify the OS that this activity is done and should be closed
	fun finish in "Java" `{ self.finish(); `}
lib/android/activities.nit:41,2--42,42