Remove remaining cross-fork API compatibility hacks

This commit is contained in:
osm0sis
2023-12-21 10:59:40 -04:00
parent dc10cae2b6
commit 89348bb75c
2 changed files with 2 additions and 21 deletions
@@ -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));
}