summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorLikai Ding <likaid@codeaurora.org>2013-08-19 16:33:24 +0800
committeremancebo <emancebo@cyngn.com>2014-09-04 10:40:18 -0700
commit3a90696f1ed0609449ca9adc02c931970cefd988 (patch)
tree553f245c2506b6c791a281dab865fb686be90759 /proguard.flags
parent93a66b850bdb0a06ad7fda0549eb47b8123292bc (diff)
downloadandroid_packages_apps_Gallery2-3a90696f1ed0609449ca9adc02c931970cefd988.tar.gz
android_packages_apps_Gallery2-3a90696f1ed0609449ca9adc02c931970cefd988.tar.bz2
android_packages_apps_Gallery2-3a90696f1ed0609449ca9adc02c931970cefd988.zip
Gallery2: support live streaming and bookmarks
Users can input a URL for streaming display. URL bookmarking is supported. Change-Id: Ia69497cdcfee963ba2209119a5b9dc82b64497da
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags3
1 files changed, 3 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 65104ec1e..7b6195bd2 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -1,6 +1,9 @@
# Disable the warnings of using dynamic method call in common library.
-dontnote com.android.gallery3d.common.*
+#Avoid the library class dependency error
+-dontwarn android.view.inputmethod.InputMethodManager
+
# Keep all classes extended from com.android.gallery3d.common.Entry
# Since we annotate on the fields and use reflection to create SQL
# according to those field.