summaryrefslogtreecommitdiffstats
path: root/proguard.flags
blob: d1b41b1f6caa735127c12b8788cb37b7df8cbb15 (plain)
1
2
3
4
# ctors of subclasses of CameraPreference are called with Java reflection.
-keep class * extends com.android.camera.CameraPreference {
  <init>(...);
}