You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
v13.5
This commit is contained in:
@@ -21,6 +21,7 @@ public final class EntryPoint {
|
||||
}
|
||||
|
||||
public static void addProp(String key, String value) {
|
||||
if (key == null || value == null || key.isEmpty() || value.isEmpty()) return;
|
||||
map.put(key, value);
|
||||
LOG(String.format("Received from Zygisk lib: [%s] -> '%s'", key, value));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user