Skip to content

Commit 0895920

Browse files
committed
PropImitationHooks: Add PIXEL_2025_EXPERIENCE and PIXEL_2025_MIDYEAR_EXPERIENCE to Tensor features list
Change-Id: Ia0226f644d1a3dcaf9e455d3cb18f89ff52b2dd2
1 parent bf116da commit 0895920

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

core/java/com/android/internal/util/PropImitationHooks.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ public class PropImitationHooks {
105105
"PIXEL_2023_EXPERIENCE",
106106
"PIXEL_2023_MIDYEAR_EXPERIENCE",
107107
"PIXEL_2024_EXPERIENCE",
108-
"PIXEL_2024_MIDYEAR_EXPERIENCE");
108+
"PIXEL_2024_MIDYEAR_EXPERIENCE",
109+
"PIXEL_2025_EXPERIENCE",
110+
"PIXEL_2025_MIDYEAR_EXPERIENCE");
109111

110112
private static volatile String[] sCertifiedProps;
111113
private static volatile String sStockFp;

0 commit comments

Comments
 (0)