You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Reduce somewhat unnecessary extra Build field spoofing calls
Co-authored-by: chiteroman <98092901+chiteroman@users.noreply.github.com>
This commit is contained in:
@@ -12,7 +12,7 @@ public final class CustomProvider extends Provider {
|
||||
|
||||
@Override
|
||||
public synchronized Service getService(String type, String algorithm) {
|
||||
EntryPoint.spoofDevice();
|
||||
if (type.equals("KeyStore")) EntryPoint.spoofDevice();
|
||||
return super.getService(type, algorithm);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user