From 46449e4006d348d5575faf0ec9111528ed63e359 Mon Sep 17 00:00:00 2001 From: ckhungaa Date: Tue, 18 Jun 2024 05:23:58 +0000 Subject: [PATCH] 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 Change-Id: I646b24ee0fb26830f6a8bd8d06c27793e13f41c7 --- device-tegu.mk | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/device-tegu.mk b/device-tegu.mk index fffc806..0d36e7b 100644 --- a/device-tegu.mk +++ b/device-tegu.mk @@ -301,6 +301,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