From ec518897c23085d558af3971154bdf09ab8256c5 Mon Sep 17 00:00:00 2001 From: Shivakumar Neginal Date: Mon, 16 Oct 2023 19:07:14 +0000 Subject: [PATCH] Adding Fast Pair extended IDs for Pixel 7 Adding the Fast Pair extended IDs for Pixel 7 so that Quick Start shows the right Fast Pair bottom sheet on other devices during setup. Bug: 305516133 Test: Manually flashed a cheetha and panther device and validated the FP bottom sheet is displayed on a nearby other device Change-Id: I29599f388b0689db5e105d00ccf9f4bbfde9d84a --- device-cheetah.mk | 5 +++++ device-panther.mk | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/device-cheetah.mk b/device-cheetah.mk index 736f80f..f3e6c11 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -385,3 +385,8 @@ PRODUCT_SYSTEM_PROPERTIES += \ # Enable DeviceAsWebcam support PRODUCT_VENDOR_PROPERTIES += \ ro.usb.uvc.enabled=true + +# Quick Start device-specific settings +PRODUCT_PRODUCT_PROPERTIES += \ + ro.quick_start.oem_id=00e0 \ + ro.quick_start.device_id=cheetah diff --git a/device-panther.mk b/device-panther.mk index a6135f0..d70907c 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -370,3 +370,8 @@ PRODUCT_SYSTEM_PROPERTIES += \ # Enable DeviceAsWebcam support PRODUCT_VENDOR_PROPERTIES += \ ro.usb.uvc.enabled=true + +# Quick Start device-specific settings +PRODUCT_PRODUCT_PROPERTIES += \ + ro.quick_start.oem_id=00e0 \ + ro.quick_start.device_id=panther