commit | b6d4c2827a1514432b5eda46ff7d484d6cf244ac | [log] [tgz] |
---|---|---|
author | Chris Wren <cwren@android.com> | Mon Jan 27 14:17:08 2014 -0500 |
committer | Chris Wren <cwren@android.com> | Thu Feb 06 15:05:16 2014 -0500 |
tree | 2d75c0acf8507beb7391c67ae4decd1254b9c079 | |
parent | c87c21a0cd168c65c70b59ad12502a2e1a00b9c4 [diff] [blame] |
update placeholder on package install or restore Bug: 10778992 Change-Id: I3293d8bab8ae0ef49fc5554531bba5bd6f70932c
diff --git a/src/com/android/launcher3/AppInfo.java b/src/com/android/launcher3/AppInfo.java index d5a7769..da222f1 100644 --- a/src/com/android/launcher3/AppInfo.java +++ b/src/com/android/launcher3/AppInfo.java
@@ -64,6 +64,10 @@ return intent; } + protected Intent getRestoredIntent() { + return null; + } + /** * Must not hold the Context. */