summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2011-08-08 17:24:47 +0800
committerAngus Kong <shkong@google.com>2011-08-11 16:27:48 +0800
commit142402d57c1689c1342d096c976b9b0826f8ce1a (patch)
tree650ac2d29ec8c84347ced31e6e6c817e760097c4 /proguard.flags
parenta18605333f037e5c8ff95584bc932e539ece249e (diff)
downloadLegacyCamera-142402d57c1689c1342d096c976b9b0826f8ce1a.zip
LegacyCamera-142402d57c1689c1342d096c976b9b0826f8ce1a.tar.gz
LegacyCamera-142402d57c1689c1342d096c976b9b0826f8ce1a.tar.bz2
"Retake" and "Ok" buttons can function correctly.
1. "Retake" button brings user back to preview stage without saving the final result. 2. "Ok" button brings user back to preview stage after saving the final result. bug:5031609 bug:5142100 bug:5134202 bug:5133871 Change-Id: I234e242182765cc5624b2fc8444bc38e5a9edf9f
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 5dcd2b9..a3dc864 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -11,3 +11,7 @@
-keep class com.android.camera.VideoCamera {
public boolean isRecording();
}
+
+-keep class * extends android.app.Activity {
+ @com.android.camera.panorama.OnClickAttr <methods>;
+}