commit | 997a92348a6d6e061737399321393449c16cd4d8 | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Wed Jul 24 15:33:46 2013 -0700 |
committer | Winson Chung <winsonc@google.com> | Fri Jul 26 12:58:45 2013 -0700 |
tree | ee2cb2a37a4009cbcfcd0d45e6b9f8caad653ac1 | |
parent | bffe745b1e195deedc1dcc60f37950b3b0b4c652 [diff] [blame] |
Removing old new-app animation code, and refactoring InstallShortcutReceiver to use new add/bind logic. Change-Id: Ide27dbcf1d1b1631fcd33a6c54a51b31e125c2f4
diff --git a/src/com/android/launcher3/ItemInfo.java b/src/com/android/launcher3/ItemInfo.java index 7ab30a9..8c4cefd 100644 --- a/src/com/android/launcher3/ItemInfo.java +++ b/src/com/android/launcher3/ItemInfo.java
@@ -118,6 +118,10 @@ LauncherModel.checkItemInfo(this); } + protected Intent getIntent() { + throw new RuntimeException("Unexpected Intent"); + } + /** * Write the fields of this item to the DB *