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

android.appwidget.AppWidgetProvider 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.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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy