Skip to content

Commit 5f2cc5f

Browse files
jhenrique09Rafiester
authored andcommitted
PixelPropsUtils: Update fingerprints
Change-Id: Ifa211ada616b54a23af63b930c443268459a6348
1 parent 9b5cd5e commit 5f2cc5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class PixelPropsUtils {
7272
propsToChange.put("DEVICE", "redfin");
7373
propsToChange.put("PRODUCT", "redfin");
7474
propsToChange.put("MODEL", "Pixel 5");
75-
propsToChange.put("FINGERPRINT", "google/redfin/redfin:11/RQ2A.210405.005/7181113:user/release-keys");
75+
propsToChange.put("FINGERPRINT", "google/redfin/redfin:11/RQ3A.210905.001/7511028:user/release-keys");
7676
propsToChangePixelXL = new HashMap<>();
7777
propsToChangePixelXL.put("BRAND", "google");
7878
propsToChangePixelXL.put("MANUFACTURER", "Google");
@@ -86,7 +86,7 @@ public class PixelPropsUtils {
8686
propsToChangePixel3XL.put("DEVICE", "crosshatch");
8787
propsToChangePixel3XL.put("PRODUCT", "crosshatch");
8888
propsToChangePixel3XL.put("MODEL", "Pixel 3 XL");
89-
propsToChangePixel3XL.put("FINGERPRINT", "google/crosshatch/crosshatch:11/RQ2A.210405.006/7214111:user/release-keys");
89+
propsToChangePixel3XL.put("FINGERPRINT", "google/crosshatch/crosshatch:11/RQ3A.210905.001/7511028:user/release-keys");
9090
}
9191

9292
public static void setProps(String packageName) {

0 commit comments

Comments
 (0)