Enable quick start for Tegu
QA found that Quick Start cannot work properly in Tegu because Tegu doesn't register the model id in FastPair. The model id is now registered and this CL is to add the missing config. Test: Manually flashed a Tegu device and validated the FP bottom sheet is displayed on a nearby other device Bug: 344507919 Flag: EXEMPT bugfix (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:46449e4006d348d5575faf0ec9111528ed63e359) Merged-In: I646b24ee0fb26830f6a8bd8d06c27793e13f41c7 Change-Id: I646b24ee0fb26830f6a8bd8d06c27793e13f41c7
This commit is contained in:
parent
d9b9f768cb
commit
ff6d7aef7d
1 changed files with 9 additions and 0 deletions
|
@ -305,6 +305,15 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
persist.vendor.vibrator.hal.context.cooldowntime=1600 \
|
||||
persist.vendor.vibrator.hal.context.settlingtime=5000
|
||||
|
||||
# Setup Wizard device-specific settings
|
||||
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=tegu
|
||||
|
||||
# PKVM Memory Reclaim
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
hypervisor.memory_reclaim.supported=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue