mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
[Nearby Presence] Add DEVICE_TYPE_CHROMEOS to Metadata DeviceType
PiperOrigin-RevId: 524350458
This commit is contained in:
committed by
Copybara-Service
parent
6cdc9890b5
commit
09b3ab0882
@@ -66,4 +66,8 @@ enum DeviceType {
|
||||
|
||||
// The device is a watch.
|
||||
DEVICE_TYPE_WATCH = 6;
|
||||
|
||||
// The device is a ChromeOS device. ChromeOS can be a laptop, desktop, or
|
||||
// convertible (tablet + clamshell).
|
||||
DEVICE_TYPE_CHROMEOS = 7;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user