commit | f4d081107f5984bfb92cb1a627667fea5bf1498c | [log] [tgz] |
---|---|---|
author | Chris Wren <cwren@android.com> | Thu Jan 16 18:13:56 2014 -0500 |
committer | Chris Wren <cwren@android.com> | Mon Jan 27 17:30:48 2014 -0500 |
tree | a780f5006564cdfdf0b2db7568239f58a300803f | |
parent | 947ef4e7ab4cc303fc708ee45a241969ca7ebbdc [diff] [blame] |
handle shortcut restore for missing packages Bug: 10778992 Change-Id: I8766b8d4dd9c0269d52a7ec3da58dd408bc5f09f
diff --git a/src/com/android/launcher3/LauncherSettings.java b/src/com/android/launcher3/LauncherSettings.java index 988e5ef..f4ee300 100644 --- a/src/com/android/launcher3/LauncherSettings.java +++ b/src/com/android/launcher3/LauncherSettings.java
@@ -275,5 +275,11 @@ * @see android.provider.LiveFolders#DISPLAY_MODE_LIST */ static final String DISPLAY_MODE = "displayMode"; + + /** + * Boolean indicating that his item was restored and not yet successfully bound. + * <P>Type: INTEGER</P> + */ + static final String RESTORED = "restored"; } }