You've already forked TrickyStore
mirror of
https://github.com/5ec1cff/TrickyStore.git
synced 2025-09-06 06:37:07 +00:00
use original boot key and hash is available
This commit is contained in:
7
stub/src/main/java/android/os/SystemProperties.java
Normal file
7
stub/src/main/java/android/os/SystemProperties.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package android.os;
|
||||
|
||||
public class SystemProperties {
|
||||
public static String get(String key, String def) {
|
||||
throw new RuntimeException("");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user