Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 749e4a09 authored by jruesga's avatar jruesga
Browse files

Proguard: Keep preference's classes

parent bcab7af9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -49,3 +49,8 @@
    android.os.storage.StorageVolume[] getVolumeList();
}

#keep preference's classes
-keep public class * extends android.preference.PreferenceFragment {
  public <init>(...);
}