We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ca9e6 commit 124f433Copy full SHA for 124f433
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/SP1A.211105.003/7757856:user/release-keys");
+ propsToChange.put("FINGERPRINT", "google/redfin/redfin:12/SQ1A.211205.008/7888514:user/release-keys");
70
propsToChangePixelXL = new HashMap<>();
71
propsToChangePixelXL.put("BRAND", "google");
72
propsToChangePixelXL.put("MANUFACTURER", "Google");
0 commit comments