You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl: misc additions for different apps
This commit is contained in:
@@ -2,6 +2,8 @@ package android.net;
|
||||
|
||||
import android.os.Handler;
|
||||
|
||||
class ProxyInfo {}
|
||||
|
||||
public class ConnectivityManager {
|
||||
|
||||
public class NetworkCallback {
|
||||
@@ -45,4 +47,6 @@ public class ConnectivityManager {
|
||||
|
||||
public void registerDefaultNetworkCallback(NetworkCallback cb) {}
|
||||
|
||||
public ProxyInfo getDefaultProxy() { return null; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user