summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/java/com/android/internal/util/custom/PixelPropsUtils.java4
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) {