|
@@ -92,7 +92,6 @@ public class BaseHook {
|
|
|
|
|
|
|
|
@SuppressLint("PrivateApi")
|
|
@SuppressLint("PrivateApi")
|
|
|
public String getProperty(String key, String defaultValue) {
|
|
public String getProperty(String key, String defaultValue) {
|
|
|
- log("getProperty: " + key);
|
|
|
|
|
String value = defaultValue;
|
|
String value = defaultValue;
|
|
|
try {
|
|
try {
|
|
|
Context context = getContext();
|
|
Context context = getContext();
|