Skip to content

Commit 60b5d32

Browse files
committed
PixelPropsUtils: Update fingerprints to March 2026 release
1 parent fbb8fa0 commit 60b5d32

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ public final class PixelPropsUtils {
176176
propsToChangeRecentPixel.put("PRODUCT", "mustang");
177177
propsToChangeRecentPixel.put("HARDWARE", "mustang");
178178
propsToChangeRecentPixel.put("MODEL", "Pixel 10 Pro XL");
179-
propsToChangeRecentPixel.put("ID", "BP4A.260205.001");
180-
propsToChangeRecentPixel.put("FINGERPRINT", "google/mustang/mustang:16/BP4A.260205.001/14624707:user/release-keys");
179+
propsToChangeRecentPixel.put("ID", "CP1A.260305.018");
180+
propsToChangeRecentPixel.put("FINGERPRINT", "google/mustang/mustang:16/CP1A.260305.018/14887507:user/release-keys");
181181
propsToChangePixelTablet = new HashMap<>();
182182
propsToChangePixelTablet.put("BRAND", "google");
183183
propsToChangePixelTablet.put("BOARD", "tangorpro");
@@ -186,8 +186,8 @@ public final class PixelPropsUtils {
186186
propsToChangePixelTablet.put("PRODUCT", "tangorpro");
187187
propsToChangePixelTablet.put("HARDWARE", "tangorpro");
188188
propsToChangePixelTablet.put("MODEL", "Pixel Tablet");
189-
propsToChangePixelTablet.put("ID", "BP4A.260205.001");
190-
propsToChangePixelTablet.put("FINGERPRINT", "google/tangorpro/tangorpro:16/BP4A.260205.001/14624707:user/release-keys");
189+
propsToChangePixelTablet.put("ID", "CP1A.260305.018");
190+
propsToChangePixelTablet.put("FINGERPRINT", "google/tangorpro/tangorpro:16/CP1A.260305.018/14887507:user/release-keys");
191191
propsToChangeMeizu = new HashMap<>();
192192
propsToChangeMeizu.put("BRAND", "meizu");
193193
propsToChangeMeizu.put("MANUFACTURER", "Meizu");

0 commit comments

Comments
 (0)