You've already forked TrickyStore
mirror of
https://github.com/5ec1cff/TrickyStore.git
synced 2025-09-06 06:37:07 +00:00
8 lines
156 B
Java
8 lines
156 B
Java
package android.os;
|
|
|
|
public class SystemProperties {
|
|
public static String get(String key, String def) {
|
|
throw new RuntimeException("");
|
|
}
|
|
}
|