summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-03-15 16:29:00 +0800
committerWu-cheng Li <wuchengli@google.com>2011-03-15 17:19:14 +0800
commit5df067af93e6b386167f11cdf12701b7905ee444 (patch)
tree6a8c6bf8a457ef2a4406f5354edadcca20e46506 /proguard.flags
parentc9713f275106d2125867e4c0ef3c20d2fdf66022 (diff)
downloadpackages_apps_LegacyCamera-5df067af93e6b386167f11cdf12701b7905ee444.zip
packages_apps_LegacyCamera-5df067af93e6b386167f11cdf12701b7905ee444.tar.gz
packages_apps_LegacyCamera-5df067af93e6b386167f11cdf12701b7905ee444.tar.bz2
Add image capture intent test.
Change-Id: Iba7ecf9054b630a14f1bf24ba223e0eecb1c3fd4
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags5
1 files changed, 5 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index d1b41b1..5dd399f 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -2,3 +2,8 @@
-keep class * extends com.android.camera.CameraPreference {
<init>(...);
}
+
+-keep class com.android.camera.ActivityBase {
+ public int getResultCode();
+ public android.content.Intent getResultData();
+}