From f6710fa8af3f1d0d6ca2f9f51969dc9080bd2b32 Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Wed, 4 Aug 2010 11:00:34 -0700 Subject: telling proguard not to strip three onClick handlers that are only used by reflection (they are referenced in layout-xlarge/launcher.xml) --- proguard.flags | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proguard.flags b/proguard.flags index 1187fd8a2..c91ca67a2 100644 --- a/proguard.flags +++ b/proguard.flags @@ -2,6 +2,9 @@ public void previousScreen(android.view.View); public void nextScreen(android.view.View); public void launchHotSeat(android.view.View); + public void onClickSearchButton(android.view.View); + public void onClickConfigureButton(android.view.View); + public void onClickAllAppsButton(android.view.View); } -keep class com.android.launcher2.AllApps3D$Defines { -- cgit v1.2.3