commit | 4a4c729a5bd110442abe69ba3c13235b28fc129f | [log] [tgz] |
---|---|---|
author | Daniel Sandler <dsandler@android.com> | Fri Apr 23 16:43:48 2010 -0400 |
committer | android-build SharedAccount <android-build@sekiwake.mtv.corp.google.com> | Fri Apr 23 14:57:32 2010 -0700 |
tree | 31f6a44d3a3706499f95e21760c9796eae74d03c | |
parent | 1a8d1ccef4e454ce40ac51e6e02630ec2de0e6fd [diff] [blame] |
Fix proguard flags. Fixes a crash in the new hotseat launcher icons. Change-Id: Idcb7441647f16c783a47dfe09400f04fa8980dd3
diff --git a/proguard.flags b/proguard.flags index 255f970..1187fd8 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 {