OSDN Git Service

Automatic translation import
[android-x86/packages-apps-CMFileManager.git] / proguard.flags
index 6fa82ec..c6a4e5b 100644 (file)
 -keep public class * extends android.preference.PreferenceFragment {
   public <init>(...);
 }
+-keep public class * extends android.preference.Preference {
+  public <init>(...);
+}
 
+#keep library packages
+-keep public class de.schlichtherle.truezip.** {
+  public protected *;
+}
+-keep public class libtruezip.** {
+  public protected *;
+}