Current state of the app's activity. May be either APP_CMD_START,

APP_CMD_RESUME, APP_CMD_PAUSE, or APP_CMD_STOP; see below.

Property definitions

android $ NativeAppGlue :: activity_state
	# Current state of the app's activity.  May be either APP_CMD_START,
	# APP_CMD_RESUME, APP_CMD_PAUSE, or APP_CMD_STOP; see below.
	fun activity_state: Int `{ return self->activityState; `}
lib/android/native_app_glue.nit:371,2--373,58