summaryrefslogtreecommitdiff
path: root/proguard.flags
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2014-05-28 15:26:52 -0700
committerAmith Yamasani <yamasani@google.com>2014-05-28 15:26:52 -0700
commit87094c5897638aba6a5deddabde317eadf244b49 (patch)
tree9b171f2356079dff7e05885f9934258a14867aa3 /proguard.flags
parentb2d956438adcaece2a8e367b04391dfec9abaaf9 (diff)
downloadLauncher2-87094c5897638aba6a5deddabde317eadf244b49.tar.gz
Apply API changes in LauncherApps
Add temporary workaround for interface having more methods than necessary. This will be removed once other launchers have been modified. Bug: 15025908 Change-Id: I057de0499d8921fc6df599251defe63f43e065eb
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
index 0cde28ec..3fd0f307 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -44,6 +44,10 @@
public int getY();
}
+-keep class com.android.launcher2.LauncherModel {
+ *;
+}
+
-keep class com.android.launcher2.Workspace {
public float getBackgroundAlpha();
public void setBackgroundAlpha(float);