Returns the list of available sensors

Property definitions

android $ ASensorManager :: get_sensor_list
	# Returns the list of available sensors
	fun get_sensor_list: Pointer `{
		ASensorList *list;
		ASensorManager_getSensorList(self, list);
		return list;
	`}
lib/android/sensors.nit:66,2--71,3