summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-03-18 18:08:40 +0800
committerWu-cheng Li <wuchengli@google.com>2011-03-26 06:24:24 +0800
commitd6274919641427d3062c0818943f2d55ab98c15d (patch)
treefbedfd7922f1833d35d71b3557ce17886e24b848 /proguard.flags
parentbbfd419fc554e30351b81577f2760922cbc1dc30 (diff)
downloadLegacyCamera-d6274919641427d3062c0818943f2d55ab98c15d.zip
LegacyCamera-d6274919641427d3062c0818943f2d55ab98c15d.tar.gz
LegacyCamera-d6274919641427d3062c0818943f2d55ab98c15d.tar.bz2
Add video capture intent tests.
Change-Id: Ic47007dae62e228267a9f4b3a037110cdf8cc52c
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags4
1 files changed, 4 insertions, 0 deletions
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();
+}