From 1981dcae603e8a87fac03ca633b3670aabd10806 Mon Sep 17 00:00:00 2001 From: Jay Civelli Date: Thu, 4 May 2023 16:09:56 -0700 Subject: [PATCH] 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 --- device-husky.mk | 5 +++++ device-shiba.mk | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/device-husky.mk b/device-husky.mk index 65b5ac4..48ea87e 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -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 diff --git a/device-shiba.mk b/device-shiba.mk index 4d6a242..7bc14dd 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -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