@ -28,7 +28,7 @@ public final class Workarounds {
Looper.prepareMainLooper();
}
@SuppressLint("PrivateApi")
@SuppressLint("PrivateApi,DiscouragedPrivateApi")
public static void fillAppInfo() {
try {
// ActivityThread activityThread = new ActivityThread();
@ -6,7 +6,7 @@ import android.os.IInterface;
import java.lang.reflect.Method;
public final class ServiceManager {
private final Method getServiceMethod;