forked from LeddaZ/frameworks_base
PIHooks: Update fingerprints to August release
Change-Id: I1004a727a570fbbe9e31f52c092bf40e509b9c11
This commit is contained in:
parent
e97e382c20
commit
3d230d5242
|
@ -63,8 +63,8 @@ public class PropImitationHooks {
|
|||
"MANUFACTURER", "Google",
|
||||
"BRAND", "google",
|
||||
"MODEL", "Pixel 8 Pro",
|
||||
"ID", "AP2A.240705.005",
|
||||
"FINGERPRINT", "google/husky/husky:14/AP2A.240705.005/11942872:user/release-keys"
|
||||
"ID", "AP2A.240805.005",
|
||||
"FINGERPRINT", "google/husky/husky:14/AP2A.240805.005/12025142:user/release-keys"
|
||||
);
|
||||
|
||||
private static final Map<String, String> sPixelTabletProps = Map.of(
|
||||
|
@ -74,8 +74,8 @@ public class PropImitationHooks {
|
|||
"MANUFACTURER", "Google",
|
||||
"BRAND", "google",
|
||||
"MODEL", "Pixel Tablet",
|
||||
"ID", "AP2A.240705.005",
|
||||
"FINGERPRINT", "google/tangorpro/tangorpro:14/AP2A.240705.005/11942872:user/release-keys"
|
||||
"ID", "AP2A.240805.005",
|
||||
"FINGERPRINT", "google/tangorpro/tangorpro:14/AP2A.240805.005/12025142:user/release-keys"
|
||||
);
|
||||
|
||||
private static final Set<String> sPixelFeatures = Set.of(
|
||||
|
|
Loading…
Reference in New Issue