Execute the intent and launch the appropriate application

Property definitions

android :: intent_api10 $ App :: start_activity
	# Execute the intent and launch the appropriate application
	fun start_activity(intent: Intent) do native_context.start_activity(intent.intent)
lib/android/intent/intent_api10.nit:1334,2--1335,83