Support XR devices for QuickShare DeviceType

PiperOrigin-RevId: 758009685
This commit is contained in:
hai007
2025-05-12 19:41:03 -07:00
committed by Copybara-Service
parent ed73963b6b
commit 2add27671b
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -101,6 +101,7 @@ bool IsKnownDeviceValue(int32_t value) {
case 3:
case 4:
case 5:
case 6:
return true;
default:
return false;