summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorAlok Kediya <kediya@codeaurora.org>2013-09-23 14:31:42 +0530
committerLinux Build Service Account <lnxbuild@localhost>2013-10-31 19:38:25 -0600
commitaed65253fb207b952a29e416a02d5b9a0c492416 (patch)
tree541d555d05d0a4da1ab25cb7720084ff23cc599e /proguard.flags
parente04982ad43fa3672cadf821a1bbc9c6454ce20f3 (diff)
downloadandroid_packages_apps_Snap-aed65253fb207b952a29e416a02d5b9a0c492416.tar.gz
android_packages_apps_Snap-aed65253fb207b952a29e416a02d5b9a0c492416.tar.bz2
android_packages_apps_Snap-aed65253fb207b952a29e416a02d5b9a0c492416.zip
Camera: Add initial QCom value add features.
- Enhance the camera picture size table by adding more number of supported resolutions. - Enhance the camcorder menu by adding support for additional video and audio codecs. - Also provide option to select the duration of the recording clip. (cherry picked from commit 7a5402332f3b527767b85c1fc112880d02a47c0e) Change-Id: I553d4eb74337701bc57d069c8374646a7e15c2d5 (cherry picked from commit cdffd7510e1f9a236e43438f035bc5be9e3c0c17) (cherry picked from commit 93c32e9e069d7c48b71fbbe45cae59a54df443ec) (cherry picked from commit f6b24346ab9d28953a5697924d6815ed2c006cf3)
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 {