Merge "Don't obfuscate Launcher3" into ub-launcher3-burnaby
This commit is contained in:
+5
-1
@@ -1,3 +1,7 @@
|
|||||||
|
-keep,allowshrinking,allowoptimization class com.android.launcher3.** {
|
||||||
|
*;
|
||||||
|
}
|
||||||
|
|
||||||
-keep class com.android.launcher3.BaseRecyclerViewFastScrollBar {
|
-keep class com.android.launcher3.BaseRecyclerViewFastScrollBar {
|
||||||
public void setWidth(int);
|
public void setWidth(int);
|
||||||
public int getWidth();
|
public int getWidth();
|
||||||
@@ -63,4 +67,4 @@
|
|||||||
-keep class com.android.launcher3.Workspace {
|
-keep class com.android.launcher3.Workspace {
|
||||||
public float getBackgroundAlpha();
|
public float getBackgroundAlpha();
|
||||||
public void setBackgroundAlpha(float);
|
public void setBackgroundAlpha(float);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user