Returns the default sensor of the given type

Property definitions

android $ ASensorManager :: get_default_sensor
	# Returns the default sensor of the given type
	fun get_default_sensor(sensortype: ASensorType): ASensor `{
		return ASensorManager_getDefaultSensor(self, sensortype);
	`}
lib/android/sensors.nit:78,2--81,3