You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Remove remaining cross-fork API compatibility hacks
This commit is contained in:
@@ -71,9 +71,6 @@ public final class EntryPoint {
|
||||
// Verbose logging if VERBOSE_LOGS with level number is last entry
|
||||
if (key.equals("VERBOSE_LOGS")) {
|
||||
verboseLogs = Integer.parseInt(map.get("VERBOSE_LOGS"));
|
||||
// Backwards compatibility for chiteroman's alternate API naming
|
||||
} else if (key.equals("FIRST_API_LEVEL")) {
|
||||
setField("DEVICE_INITIAL_SDK_INT", map.get("FIRST_API_LEVEL"));
|
||||
} else {
|
||||
setField(key, map.get(key));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user