Skip to content

Commit

Permalink
PixelPropsUtils: Update fingerprints to September
Browse files Browse the repository at this point in the history
Change-Id: I9a57db49454ca55bbf0cf318c7b8b822e41f963f
  • Loading branch information
whyredfire committed Sep 18, 2023
1 parent 00843cf commit 506b970
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -131,14 +131,14 @@ public class PixelPropsUtils {
propsToChangePixel7Pro.put("DEVICE", "cheetah");
propsToChangePixel7Pro.put("PRODUCT", "cheetah");
propsToChangePixel7Pro.put("MODEL", "Pixel 7 Pro");
propsToChangePixel7Pro.put("FINGERPRINT", "google/cheetah/cheetah:13/TQ3A.230805.001/10316531:user/release-keys");
propsToChangePixel7Pro.put("FINGERPRINT", "google/cheetah/cheetah:13/TQ3A.230901.001/10750268: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:13/TQ3A.230805.001/10316531:user/release-keys");
propsToChangePixel5.put("FINGERPRINT", "google/redfin/redfin:13/TQ3A.230901.001/10750268:user/release-keys");
propsToChangePixelXL = new HashMap<>();
propsToChangePixelXL.put("BRAND", "google");
propsToChangePixelXL.put("MANUFACTURER", "Google");
Expand Down

0 comments on commit 506b970

Please sign in to comment.