diff options
author | palaych <palaych@arrowos.net> | 2022-02-09 03:39:07 +0900 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-02-13 16:42:16 +0800 |
commit | c91beab09cdb068a1169450cd08a77c3ae13855a (patch) | |
tree | 682c3f852646b93c3181074edd33aee5ab443df6 | |
parent | 9ff77d6e43cf89dfa9f5df603652fc7bd8fc7232 (diff) |
base: PixelPropsUtils: Update raven and redfin fp to February
Change-Id: I25c6e60e9af286522adb1a41746baf2602f5f7b7
-rw-r--r-- | core/java/com/android/internal/util/custom/PixelPropsUtils.java | 4 |
1 files 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) { |