Home | History | Annotate | Download | only in Camera
      1 # ctors of subclasses of CameraPreference are called with Java reflection.
      2 -keep class * extends com.android.camera.CameraPreference {
      3   <init>(...);
      4 }
      5