android.appwidget.AppWidgetProvider 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.appwidget;
public class AppWidgetProvider
extends android.content.BroadcastReceiver
{
public AppWidgetProvider() { throw new RuntimeException("Stub!"); }
public void onReceive(android.content.Context context, android.content.Intent intent) { throw new RuntimeException("Stub!"); }
public void onUpdate(android.content.Context context, android.appwidget.AppWidgetManager appWidgetManager, int[] appWidgetIds) { throw new RuntimeException("Stub!"); }
public void onAppWidgetOptionsChanged(android.content.Context context, android.appwidget.AppWidgetManager appWidgetManager, int appWidgetId, android.os.Bundle newOptions) { throw new RuntimeException("Stub!"); }
public void onDeleted(android.content.Context context, int[] appWidgetIds) { throw new RuntimeException("Stub!"); }
public void onEnabled(android.content.Context context) { throw new RuntimeException("Stub!"); }
public void onDisabled(android.content.Context context) { throw new RuntimeException("Stub!"); }
}