File
Doc
Category
Size
Date
Package
AppWidgetProvider.java
API Doc
Android 5.1 API
1135
Sat Mar 14 14:09:40 GMT 2015
android.appwidget
AppWidgetProvider
java.lang.Object
android.content.BroadcastReceiver
public class AppWidgetProvider extends android.content.BroadcastReceiver
Fields Summary
Constructors Summary
public AppWidgetProvider
()
throw new RuntimeException("Stub!");
Methods Summary
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
onDisabled
(
android.content.Context
context)
throw new RuntimeException("Stub!");
public void
onEnabled
(
android.content.Context
context)
throw new RuntimeException("Stub!");
public void
onReceive
(
android.content.Context
context,
android.content.Intent
intent)
throw new RuntimeException("Stub!");
public void
onRestored
(
android.content.Context
context,
int[]
oldWidgetIds,
int[]
newWidgetIds)
throw new RuntimeException("Stub!");
public void
onUpdate
(
android.content.Context
context,
android.appwidget.AppWidgetManager
appWidgetManager,
int[]
appWidgetIds)
throw new RuntimeException("Stub!");
Java Code Source