From d6274919641427d3062c0818943f2d55ab98c15d Mon Sep 17 00:00:00 2001 From: Wu-cheng Li Date: Fri, 18 Mar 2011 18:08:40 +0800 Subject: Add video capture intent tests. Change-Id: Ic47007dae62e228267a9f4b3a037110cdf8cc52c --- proguard.flags | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'proguard.flags') diff --git a/proguard.flags b/proguard.flags index 5dd399f..5dcd2b9 100644 --- a/proguard.flags +++ b/proguard.flags @@ -7,3 +7,7 @@ public int getResultCode(); public android.content.Intent getResultData(); } + +-keep class com.android.camera.VideoCamera { + public boolean isRecording(); +} -- cgit v1.1