From 349426234e8c5a0e5bcf2c8d94dbb9844b5f724a Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Fri, 29 Aug 2014 17:20:55 -0700 Subject: Handling label and icon from SessionInfo. > The ShortcutInfo stores state as bit flags and not as ints > Intents of auto-install shortcut are automatically updated upon installation > Icons/titles for active sessions are cached in IconCache Change-Id: I2047849f67d4a8aaf2bc346b58110325bb4807d4 --- src/com/android/launcher3/ItemInfo.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/com/android/launcher3/ItemInfo.java') diff --git a/src/com/android/launcher3/ItemInfo.java b/src/com/android/launcher3/ItemInfo.java index 8f96f74eb..09b77f756 100644 --- a/src/com/android/launcher3/ItemInfo.java +++ b/src/com/android/launcher3/ItemInfo.java @@ -146,10 +146,6 @@ public class ItemInfo { throw new RuntimeException("Unexpected Intent"); } - protected Intent getRestoredIntent() { - throw new RuntimeException("Unexpected Intent"); - } - /** * Write the fields of this item to the DB * -- cgit v1.2.3