mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 07:16:54 +00:00
Don't obfuscate Launcher3
Change-Id: I86ac745602c0d3c09842ed9553f7589c232f5d23
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
-keep,allowshrinking,allowoptimization class com.android.launcher3.** {
|
||||
*;
|
||||
}
|
||||
|
||||
-keep class com.android.launcher3.BaseRecyclerViewFastScrollBar {
|
||||
public void setWidth(int);
|
||||
public int getWidth();
|
||||
@@ -63,4 +67,4 @@
|
||||
-keep class com.android.launcher3.Workspace {
|
||||
public float getBackgroundAlpha();
|
||||
public void setBackgroundAlpha(float);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user