The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

d/android: Use XRT_DEVICE_GENERIC_HMD device name.

+1 -1
+1 -1
src/xrt/drivers/android/android_sensors.c
··· 235 235 struct android_device *d = 236 236 U_DEVICE_ALLOCATE(struct android_device, flags, 1, 0); 237 237 238 - d->base.name = XRT_DEVICE_ANDROID; 238 + d->base.name = XRT_DEVICE_GENERIC_HMD; 239 239 d->base.destroy = android_device_destroy; 240 240 d->base.update_inputs = android_device_update_inputs; 241 241 d->base.get_tracked_pose = android_device_get_tracked_pose;