use original boot key and hash is available

This commit is contained in:
5ec1cff
2024-07-12 23:26:16 +08:00
parent 680a36c499
commit bd372eb2d3
2 changed files with 64 additions and 26 deletions

View File

@@ -0,0 +1,7 @@
package android.os;
public class SystemProperties {
public static String get(String key, String def) {
throw new RuntimeException("");
}
}