Property definitions

android :: intent_api16 $ NativeIntent :: set_mime_type_and_normalize
	fun set_mime_type_and_normalize(mime_type: JavaString): NativeIntent in "Java" `{ return self.setTypeAndNormalize(mime_type); `}
lib/android/intent/intent_api16.nit:30,2--129