We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065077e commit 41021a8Copy full SHA for 41021a8
1 file changed
core/java/com/android/internal/util/nad/PixelPropsUtils.java
@@ -66,7 +66,7 @@ public class PixelPropsUtils {
66
propsToChange.put("DEVICE", "redfin");
67
propsToChange.put("PRODUCT", "redfin");
68
propsToChange.put("MODEL", "Pixel 5");
69
- propsToChange.put("FINGERPRINT", "google/redfin/redfin:12/SQ1A.220105.002/7961164:user/release-keys");
+ propsToChange.put("FINGERPRINT", "google/redfin/redfin:12/SP2A.220305.012/8177914:user/release-keys");
70
propsToChangePixelXL = new HashMap<>();
71
propsToChangePixelXL.put("BRAND", "google");
72
propsToChangePixelXL.put("MANUFACTURER", "Google");
0 commit comments