From ff6d7aef7d886d580f05dfc27c1e4d96b23c1303 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 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:46449e4006d348d5575faf0ec9111528ed63e359) Merged-In: I646b24ee0fb26830f6a8bd8d06c27793e13f41c7 Change-Id: I646b24ee0fb26830f6a8bd8d06c27793e13f41c7 --- device-tegu.mk | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/device-tegu.mk b/device-tegu.mk index 12d6d74..a1ea26f 100644 --- a/device-tegu.mk +++ b/device-tegu.mk @@ -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