summaryrefslogtreecommitdiffstats
path: root/proguard.flags
blob: 1187fd8a2969bd6a99187ee7acf0a275461defb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
-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 {
  *;
}

-keep class com.android.launcher2.ClippedImageView {
  *;
}