From b465cd6b1c0919df81df6b33ee7e09ac9e2dc773 Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Fri, 23 Apr 2010 16:43:48 -0400 Subject: [PATCH] Fix proguard flags. Fixes a crash in the new hotseat launcher icons. Change-Id: Idcb7441647f16c783a47dfe09400f04fa8980dd3 --- proguard.flags | 1 + 1 file changed, 1 insertion(+) diff --git a/proguard.flags b/proguard.flags index 255f970501..1187fd8a29 100644 --- a/proguard.flags +++ b/proguard.flags @@ -1,6 +1,7 @@ -keep class com.android.launcher2.Launcher { public void previousScreen(android.view.View); public void nextScreen(android.view.View); + public void launchHotSeat(android.view.View); } -keep class com.android.launcher2.AllApps3D$Defines {