All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.net.Proxy Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.net;
public final class Proxy
{
public  Proxy() { throw new RuntimeException("Stub!"); }
@Deprecated
public static final  java.lang.String getHost(android.content.Context ctx) { throw new RuntimeException("Stub!"); }
@Deprecated
public static final  int getPort(android.content.Context ctx) { throw new RuntimeException("Stub!"); }
@Deprecated
public static final  java.lang.String getDefaultHost() { throw new RuntimeException("Stub!"); }
@Deprecated
public static final  int getDefaultPort() { throw new RuntimeException("Stub!"); }
public static final java.lang.String PROXY_CHANGE_ACTION = "android.intent.action.PROXY_CHANGE";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy