From c91beab09cdb068a1169450cd08a77c3ae13855a Mon Sep 17 00:00:00 2001 From: palaych Date: Wed, 9 Feb 2022 03:39:07 +0900 Subject: base: PixelPropsUtils: Update raven and redfin fp to February Change-Id: I25c6e60e9af286522adb1a41746baf2602f5f7b7 --- core/java/com/android/internal/util/custom/PixelPropsUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/com/android/internal/util/custom/PixelPropsUtils.java b/core/java/com/android/internal/util/custom/PixelPropsUtils.java index 22ae8fc7d6a2..5a37c092da32 100644 --- a/core/java/com/android/internal/util/custom/PixelPropsUtils.java +++ b/core/java/com/android/internal/util/custom/PixelPropsUtils.java @@ -62,14 +62,14 @@ public class PixelPropsUtils { propsToChangePixel6.put("DEVICE", "raven"); propsToChangePixel6.put("PRODUCT", "raven"); propsToChangePixel6.put("MODEL", "Pixel 6 Pro"); - propsToChangePixel6.put("FINGERPRINT", "google/raven/raven:12/SQ1D.220105.007/8030436:user/release-keys"); + propsToChangePixel6.put("FINGERPRINT", "google/raven/raven:12/SQ1D.220205.003/8069835:user/release-keys"); propsToChangePixel5 = new HashMap<>(); propsToChangePixel5.put("BRAND", "google"); propsToChangePixel5.put("MANUFACTURER", "Google"); propsToChangePixel5.put("DEVICE", "redfin"); propsToChangePixel5.put("PRODUCT", "redfin"); propsToChangePixel5.put("MODEL", "Pixel 5"); - propsToChangePixel5.put("FINGERPRINT", "google/redfin/redfin:12/SQ1A.220105.002/7961164:user/release-keys"); + propsToChangePixel5.put("FINGERPRINT", "google/redfin/redfin:12/SQ1A.220205.002/8010174:user/release-keys"); } public static void setProps(String packageName) { -- cgit v1.2.3