From 9448536b113afa6ceefce26604a1b44618d1d4f2 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Thu, 18 Sep 2014 16:13:58 -0700 Subject: Adding support to delete unrestored icons and widgets Bug: 17584719 Change-Id: If8e76fc80ea885c9004c50b7b6a9353525a50105 --- src/com/android/launcher3/LauncherAppWidgetInfo.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/com/android/launcher3/LauncherAppWidgetInfo.java') diff --git a/src/com/android/launcher3/LauncherAppWidgetInfo.java b/src/com/android/launcher3/LauncherAppWidgetInfo.java index 50528b1bd..5c6535a24 100644 --- a/src/com/android/launcher3/LauncherAppWidgetInfo.java +++ b/src/com/android/launcher3/LauncherAppWidgetInfo.java @@ -45,6 +45,11 @@ public class LauncherAppWidgetInfo extends ItemInfo { */ public static final int FLAG_UI_NOT_READY = 4; + /** + * Indicates that the widget restore has started. + */ + public static final int FLAG_RESTORE_STARTED = 8; + /** * Indicates that the widget hasn't been instantiated yet. */ -- cgit v1.2.3