commit | 28512f6648f24c423eac3740bc0b7e13a60dc638 | [log] [tgz] |
---|---|---|
author | Evan Millar <emillar@google.com> | Fri Oct 14 11:31:33 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Oct 14 11:31:33 2011 -0700 |
tree | 62146f0a2b0e9193ce695b266669cb399071df5f | |
parent | e3fd19525c55e58025faa0508c16fd410a159a5f [diff] | |
parent | e775ba56d1ea889b14fd39df32a262ca5854189d [diff] |
Merge "Add android:onClick methods to proguard.flags" into ics-mr0
diff --git a/proguard.flags b/proguard.flags index 39948cc..5bce096 100644 --- a/proguard.flags +++ b/proguard.flags
@@ -10,6 +10,8 @@ -keep class com.android.camera.VideoCamera { public boolean isRecording(); + public void onCancelBgTraining(...); + public void onProtectiveCurtainClick(...); } -keep class * extends android.app.Activity {