commit | 9448536b113afa6ceefce26604a1b44618d1d4f2 | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Thu Sep 18 16:13:58 2014 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Fri Sep 19 12:19:07 2014 -0700 |
tree | 97aa642778c304862cf77ad72a3117a70d664bd8 | |
parent | 136882c1950da1e5f0a24a8b6807b186a3297d8e [diff] [blame] |
Adding support to delete unrestored icons and widgets Bug: 17584719 Change-Id: If8e76fc80ea885c9004c50b7b6a9353525a50105
diff --git a/src/com/android/launcher3/LauncherAppWidgetInfo.java b/src/com/android/launcher3/LauncherAppWidgetInfo.java index 50528b1..5c6535a 100644 --- a/src/com/android/launcher3/LauncherAppWidgetInfo.java +++ b/src/com/android/launcher3/LauncherAppWidgetInfo.java
@@ -46,6 +46,11 @@ 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. */ static final int NO_ID = -1;