From aed65253fb207b952a29e416a02d5b9a0c492416 Mon Sep 17 00:00:00 2001 From: Alok Kediya Date: Mon, 23 Sep 2013 14:31:42 +0530 Subject: 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) --- proguard.flags | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proguard.flags') 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 { -- cgit v1.2.3