android.accounts.AccountAuthenticatorActivity 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.accounts;
public class AccountAuthenticatorActivity
extends android.app.Activity
{
public AccountAuthenticatorActivity() { throw new RuntimeException("Stub!"); }
public final void setAccountAuthenticatorResult(android.os.Bundle result) { throw new RuntimeException("Stub!"); }
protected void onCreate(android.os.Bundle icicle) { throw new RuntimeException("Stub!"); }
public void finish() { throw new RuntimeException("Stub!"); }
}