Files
lawnchair/proguard.flags
Romain Guy 5aafe7c249 Resurrect the All Apps button.
Change-Id: Ic7dc985bfc1eec6d6c059ff37a61c84b8cb103de
2010-03-10 18:26:59 -08:00

7 lines
194 B
Plaintext

-keep class com.android.launcher2.Launcher {
public void previousScreen(android.view.View);
public void nextScreen(android.view.View);
}
-keep class com.android.launcher2.AllApps3D.Defines