Create a new sensor event queue and associate it with a looper

Property definitions

android $ ASensorManager :: create_event_queue
	# Create a new sensor event queue and associate it with a looper
	fun create_event_queue(app: NativeAppGlue): ASensorEventQueue `{
		return ASensorManager_createEventQueue(self, app->looper, LOOPER_ID_USER, NULL, NULL);
	`}
lib/android/sensors.nit:73,2--76,3