forked from LeddaZ/frameworks_base
PIHooks: Update fingerprint to komodo_beta AP31.240617.015
Change-Id: I088207c981d6088e361b456bc4844829b8115ee2
This commit is contained in:
parent
a9c382d622
commit
e9608bfe03
|
@ -57,14 +57,14 @@ public class PropImitationHooks {
|
||||||
"com.google.android.gms/.auth.uiflows.minutemaid.MinuteMaidActivity");
|
"com.google.android.gms/.auth.uiflows.minutemaid.MinuteMaidActivity");
|
||||||
|
|
||||||
private static final Map<String, String> sPixelNineProps = Map.of(
|
private static final Map<String, String> sPixelNineProps = Map.of(
|
||||||
"PRODUCT", "komodo",
|
"PRODUCT", "komodo_beta",
|
||||||
"DEVICE", "komodo",
|
"DEVICE", "komodo",
|
||||||
"HARDWARE", "komodo",
|
"HARDWARE", "komodo",
|
||||||
"MANUFACTURER", "Google",
|
"MANUFACTURER", "Google",
|
||||||
"BRAND", "google",
|
"BRAND", "google",
|
||||||
"MODEL", "Pixel 9 Pro XL",
|
"MODEL", "Pixel 9 Pro XL",
|
||||||
"ID", "AD1A.240530.047",
|
"ID", "AP31.240617.015",
|
||||||
"FINGERPRINT", "google/komodo/komodo:14/AD1A.240530.047/12143574:user/release-keys"
|
"FINGERPRINT", "google/komodo_beta/komodo:15/AP31.240617.015/12207491:user/release-keys"
|
||||||
);
|
);
|
||||||
|
|
||||||
private static final Map<String, String> sPixelTabletProps = Map.of(
|
private static final Map<String, String> sPixelTabletProps = Map.of(
|
||||||
|
|
Loading…
Reference in New Issue