You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Revert "Fix seemingly unnecessary extra Build field spoofing calls"
This reverts commit 05927c60e1.
Seemingly necessary on some ROMs that do their own framework-level spoofing. May our logcats forgive us.
This commit is contained in:
@@ -12,6 +12,7 @@ public final class CustomProvider extends Provider {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public synchronized Service getService(String type, String algorithm) {
|
public synchronized Service getService(String type, String algorithm) {
|
||||||
|
EntryPoint.spoofDevice();
|
||||||
return super.getService(type, algorithm);
|
return super.getService(type, algorithm);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user