Adding Fast Pair extended IDs for Pixel 7
Adding the Fast Pair extended IDs for Pixel 7 so that Quick Start shows the right Fast Pair bottom sheet on other devices during setup. Bug: 305516133 Test: Manually flashed a cheetha and panther device and validated the FP bottom sheet is displayed on a nearby other device Change-Id: I29599f388b0689db5e105d00ccf9f4bbfde9d84a
This commit is contained in:
parent
0ef04a6f95
commit
ec518897c2
2 changed files with 10 additions and 0 deletions
|
@ -385,3 +385,8 @@ PRODUCT_SYSTEM_PROPERTIES += \
|
|||
# Enable DeviceAsWebcam support
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.usb.uvc.enabled=true
|
||||
|
||||
# Quick Start device-specific settings
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.quick_start.oem_id=00e0 \
|
||||
ro.quick_start.device_id=cheetah
|
||||
|
|
|
@ -370,3 +370,8 @@ PRODUCT_SYSTEM_PROPERTIES += \
|
|||
# Enable DeviceAsWebcam support
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.usb.uvc.enabled=true
|
||||
|
||||
# Quick Start device-specific settings
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.quick_start.oem_id=00e0 \
|
||||
ro.quick_start.device_id=panther
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue