Skip to content

Commit b3eb07c

Browse files
joeyhuabaswin7469
authored andcommitted
PixelPropsUtils: Update fingerprints to July 2023 release
Change-Id: I97c0313a0871a231ccf18fd3d0319f0fdd8a9fb4 Signed-off-by: aswin7469 <aswinas@pixysos.com>
1 parent 1053eba commit b3eb07c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

core/java/com/android/internal/util/pixys/PixelPropsUtils.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,21 +193,21 @@ public class PixelPropsUtils {
193193
propsToChangePixel7Pro.put("DEVICE", "cheetah");
194194
propsToChangePixel7Pro.put("PRODUCT", "cheetah");
195195
propsToChangePixel7Pro.put("MODEL", "Pixel 7 Pro");
196-
propsToChangePixel7Pro.put("FINGERPRINT", "google/cheetah/cheetah:13/TQ3A.230605.012/10204971:user/release-keys");
196+
propsToChangePixel7Pro.put("FINGERPRINT", "google/cheetah/cheetah:13/TQ3A.230705.001.A1/10217028:user/release-keys");
197197
propsToChangePixel6Pro = new HashMap<>();
198198
propsToChangePixel6Pro.put("BRAND", "google");
199199
propsToChangePixel6Pro.put("MANUFACTURER", "Google");
200200
propsToChangePixel6Pro.put("DEVICE", "raven");
201201
propsToChangePixel6Pro.put("PRODUCT", "raven");
202202
propsToChangePixel6Pro.put("MODEL", "Pixel 6 Pro");
203-
propsToChangePixel6Pro.put("FINGERPRINT", "google/raven/raven:13/TQ3A.230605.010/10121037:user/release-keys");
203+
propsToChangePixel6Pro.put("FINGERPRINT", "google/raven/raven:13/TQ3A.230705.001.A1/10217028:user/release-keys");
204204
propsToChangePixel5 = new HashMap<>();
205205
propsToChangePixel5.put("BRAND", "google");
206206
propsToChangePixel5.put("MANUFACTURER", "Google");
207207
propsToChangePixel5.put("DEVICE", "redfin");
208208
propsToChangePixel5.put("PRODUCT", "redfin");
209209
propsToChangePixel5.put("MODEL", "Pixel 5");
210-
propsToChangePixel5.put("FINGERPRINT", "google/redfin/redfin:13/TQ3A.230605.011/10161073:user/release-keys");
210+
propsToChangePixel5.put("FINGERPRINT", "google/redfin/redfin:13/TQ3A.230705.001/10216780:user/release-keys");
211211
propsToChangePixelXL = new HashMap<>();
212212
propsToChangePixelXL.put("BRAND", "google");
213213
propsToChangePixelXL.put("MANUFACTURER", "Google");

0 commit comments

Comments
 (0)