summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/LauncherAppWidgetInfo.java
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2010-01-13 12:20:59 -0800
committerRomain Guy <romainguy@android.com>2010-01-13 12:20:59 -0800
commit629de3ef739883c0962423cc0c3a26299f162d3d (patch)
tree6475842d514351b0993979b231a943b1ea1b4f11 /src/com/android/launcher2/LauncherAppWidgetInfo.java
parent5c16f3ecd6b47bff3abbe40deb3d39c66a3b0012 (diff)
downloadandroid_packages_apps_Trebuchet-629de3ef739883c0962423cc0c3a26299f162d3d.tar.gz
android_packages_apps_Trebuchet-629de3ef739883c0962423cc0c3a26299f162d3d.tar.bz2
android_packages_apps_Trebuchet-629de3ef739883c0962423cc0c3a26299f162d3d.zip
Remove widgets when the corresponding apk is uninstalled.
Bug #2298872
Diffstat (limited to 'src/com/android/launcher2/LauncherAppWidgetInfo.java')
-rw-r--r--src/com/android/launcher2/LauncherAppWidgetInfo.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/android/launcher2/LauncherAppWidgetInfo.java b/src/com/android/launcher2/LauncherAppWidgetInfo.java
index 25db72bed..a28973bc4 100644
--- a/src/com/android/launcher2/LauncherAppWidgetInfo.java
+++ b/src/com/android/launcher2/LauncherAppWidgetInfo.java
@@ -25,7 +25,8 @@ import android.content.ContentValues;
class LauncherAppWidgetInfo extends ItemInfo {
/**
- * Identifier for this widget when talking with {@link AppWidgetManager} for updates.
+ * Identifier for this widget when talking with
+ * {@link android.appwidget.AppWidgetManager} for updates.
*/
int appWidgetId;