android.content.MutableContextWrapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.content;
public class MutableContextWrapper
extends android.content.ContextWrapper
{
public MutableContextWrapper(android.content.Context base) { super((android.content.Context)null); throw new RuntimeException("Stub!"); }
public void setBaseContext(android.content.Context base) { throw new RuntimeException("Stub!"); }
}