telling proguard not to strip three onClick handlers
that are only used by reflection (they are referenced in layout-xlarge/launcher.xml)
This commit is contained in:
parent
d22015cd37
commit
f6710fa8af
|
@ -2,6 +2,9 @@
|
||||||
public void previousScreen(android.view.View);
|
public void previousScreen(android.view.View);
|
||||||
public void nextScreen(android.view.View);
|
public void nextScreen(android.view.View);
|
||||||
public void launchHotSeat(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 {
|
-keep class com.android.launcher2.AllApps3D$Defines {
|
||||||
|
|
Loading…
Reference in New Issue