Suppress DiscouragedPrivateApi lint warning

mipmaps
Romain Vimont 4 years ago
parent a8fd4aec9a
commit f07d21f050

@ -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;
@SuppressLint("PrivateApi")
@SuppressLint("PrivateApi,DiscouragedPrivateApi")
public final class ServiceManager {
private final Method getServiceMethod;

Loading…
Cancel
Save