Fix seemingly unnecessary extra Build field spoofing calls

Co-authored-by: arda99 <arda99@noreply.xdaforums.com>
This commit is contained in:
osm0sis
2024-01-08 21:36:34 -04:00
parent 008c0d0ada
commit 05927c60e1

View File

@@ -12,7 +12,6 @@ public final class CustomProvider extends Provider {
@Override
public synchronized Service getService(String type, String algorithm) {
EntryPoint.spoofDevice();
return super.getService(type, algorithm);
}
}