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:
osm0sis
2024-01-16 13:47:24 -04:00
parent 73d89d7a50
commit b57f46eed0

View File

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