Adding Fast Pair extended IDs for Pixel 6
Adding the Fast Pair extended IDs for oriole and raven so that Quick Start shows the right Fast Pair bottom sheet on other devices during setup. Bug: 305516133 Test: Manually flashed a oriole & raven device and validated the FP bottom sheet is displayed on a nearby other device (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:4fb3e74540a7be3badfc73f553cfb4b5d960dc5c) Merged-In: Iba09888de27f92e16ab0979a7d62e9a7c6505ff2 Change-Id: Iba09888de27f92e16ab0979a7d62e9a7c6505ff2
This commit is contained in:
parent
f055b6ff8f
commit
68b4cb6227
2 changed files with 9 additions and 0 deletions
|
@ -280,3 +280,8 @@ endif
|
||||||
# Enable DeviceAsWebcam support
|
# Enable DeviceAsWebcam support
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.usb.uvc.enabled=true
|
ro.usb.uvc.enabled=true
|
||||||
|
|
||||||
|
# Quick Start device-specific settings
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
ro.quick_start.oem_id=00e0 \
|
||||||
|
ro.quick_start.device_id=oriole
|
||||||
|
|
|
@ -291,3 +291,7 @@ endif
|
||||||
# Enable DeviceAsWebcam support
|
# Enable DeviceAsWebcam support
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.usb.uvc.enabled=true
|
ro.usb.uvc.enabled=true
|
||||||
|
# Quick Start device-specific settings
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
ro.quick_start.oem_id=00e0 \
|
||||||
|
ro.quick_start.device_id=raven
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue