summaryrefslogtreecommitdiffstats
path: root/proguard.flags
blob: 5d72ef32b9a0d0ab5c70f0a1feeb8bc6eb55f275 (plain)
1
2
3
4
5
6
7
8
-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 {
  *;
}