Fixing proguard related crash due to striping animation callbacks.

Change-Id: I7277ba232b1f2f0decf69ea0d2a2ece6948d5cb6
This commit is contained in:
Winson Chung 2010-11-18 15:02:54 -08:00
parent 6c807958bc
commit 13fe1fdcd6
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@
-keep class com.android.launcher2.Workspace {
public float getBackgroundAlpha();
public void setBackgroundAlpha(float);
public float getChildrenOutlineAlpha();
public void setChildrenOutlineAlpha(float);
}
-keep class com.android.launcher2.AllApps3D$Defines {