Fix proguard flags.

Fixes a crash in the new hotseat launcher icons.

Change-Id: Idcb7441647f16c783a47dfe09400f04fa8980dd3
This commit is contained in:
Daniel Sandler 2010-04-23 16:43:48 -04:00 committed by android-build SharedAccount
parent 1a8d1ccef4
commit 4a4c729a5b
1 changed files with 1 additions and 0 deletions

View File

@ -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 {