From 64e6be78dc72e1a89fe8fb95c502586f9260df28 Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Fri, 5 Mar 2010 15:05:52 -0500 Subject: Refactor the app updates so that it doesn't rely on the package name. This will be needed for the upcoming change to update the icons with the grayed out when the SD card goes away. --- src/com/android/launcher2/AllAppsView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/launcher2/AllAppsView.java') diff --git a/src/com/android/launcher2/AllAppsView.java b/src/com/android/launcher2/AllAppsView.java index 04f40403a..a936f8b57 100644 --- a/src/com/android/launcher2/AllAppsView.java +++ b/src/com/android/launcher2/AllAppsView.java @@ -39,7 +39,7 @@ public interface AllAppsView { public void removeApps(ArrayList list); - public void updateApps(String packageName, ArrayList list); + public void updateApps(ArrayList list); public void dumpState(); } -- cgit v1.2.3