summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags2
1 files changed, 2 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 198df7556..d5e8d60b8 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -1,5 +1,7 @@
# 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
# ctors of subclasses of CameraPreference are called with Java reflection.
-keep class * extends com.android.camera.CameraPreference {