Skip to content

Commit

Permalink
Merge pull request #2 from ponces/android-14.0
Browse files Browse the repository at this point in the history
feat: update husky fingerprint to AP31.240617.015
  • Loading branch information
imbroglius authored Aug 14, 2024
2 parents fe5697b + e2b8dd4 commit 89e1b66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ index 00000000..cff1250c
+ }
+
+ private static void spoofBuildGms() {
+ setBuildField("PRODUCT", "sailfish");
+ setBuildField("DEVICE", "sailfish");
+ setBuildField("PRODUCT", "husky_beta");
+ setBuildField("DEVICE", "husky");
+ setBuildField("MANUFACTURER", "Google");
+ setBuildField("BRAND", "google");
+ setBuildField("MODEL", "Pixel");
+ setBuildField("FINGERPRINT", "google/sailfish/sailfish:10/QPP3.190404.015/5505587:user/release-keys");
+ setVersionField("SECURITY_PATCH", "2019-05-05");
+ setVersionField("DEVICE_INITIAL_SDK_INT", Build.VERSION_CODES.N_MR1);
+ setBuildField("MODEL", "Pixel 8 Pro");
+ setBuildField("FINGERPRINT", "google/husky_beta/husky:15/AP31.240617.015/12207491:user/release-keys");
+ setVersionField("SECURITY_PATCH", "2024-09-05");
+ setVersionField("DEVICE_INITIAL_SDK_INT", Build.VERSION_CODES.LOLLIPOP);
+ }
+
+ public static void initApplicationBeforeOnCreate(Application app) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ index cff1250c..dfbf69a0 100644

private static volatile boolean sIsGms = false;
@@ -74,6 +75,15 @@ public final class AttestationHooks {
setVersionField("DEVICE_INITIAL_SDK_INT", Build.VERSION_CODES.N_MR1);
setVersionField("DEVICE_INITIAL_SDK_INT", Build.VERSION_CODES.LOLLIPOP);
}

+ private static void spoofGooglePhotos() {
Expand Down

0 comments on commit 89e1b66

Please sign in to comment.