Adding Fast Pair extended IDs for Shiba and Husky
Adding the Fast Pair extended IDs for Shiba and Husky so that Quick Start shows the right Fast Pair bottom sheet on other devices during setup. Bug: 280889888 Test: Manually flashed a Shiba & Husky device and validated the FP bottom sheet is displayed on a nearby other device Change-Id: Idf45a6ca819dbb012210ee9dfeec7e98b18603de
This commit is contained in:
parent
bbbb07ad78
commit
1981dcae60
2 changed files with 10 additions and 0 deletions
|
@ -301,6 +301,11 @@ endif
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
setupwizard.feature.enable_quick_start_flow=true \
|
||||
|
||||
# Quick Start device-specific settings
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.quick_start.oem_id=00e0 \
|
||||
ro.quick_start.device_id=husky
|
||||
|
||||
# PKVM Memory Reclaim
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
hypervisor.memory_reclaim.supported=1
|
||||
|
|
|
@ -282,6 +282,11 @@ endif
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
setupwizard.feature.enable_quick_start_flow=true \
|
||||
|
||||
# Quick Start device-specific settings
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.quick_start.oem_id=00e0 \
|
||||
ro.quick_start.device_id=shiba
|
||||
|
||||
# PKVM Memory Reclaim
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
hypervisor.memory_reclaim.supported=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue