summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags4
1 files changed, 4 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
new file mode 100644
index 000000000..b8aeff7c2
--- /dev/null
+++ b/proguard.flags
@@ -0,0 +1,4 @@
+-keep class com.android.launcher2.Launcher {
+ public void previousScreen(android.view.View);
+ public void nextScreen(android.view.View);
+}