Fix proguard rules

This commit is contained in:
Stillhard 2022-02-08 03:46:41 +08:00 committed by LoveSy
parent 56e9aaa66b
commit 4ffea2a367
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@
public int getUserId();
public android.os.UserHandle getUser();
}
-keepclasseswithmembers class org.lsposed.lspd.service.ObfuscationManager {
static boolean enabled();
}
-assumenosideeffects class android.util.Log {
public static *** v(...);
public static *** d(...);