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

Commit 62eb51af authored by Scott Kennedy's avatar Scott Kennedy
Browse files

Keep Parcelable CREATOR fields

Change-Id: I64451134a9d11d17307ef4d8ea923df5fe5e37ed
parent 08032409
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -49,9 +49,10 @@
# -keep class * extends android.preference.Preference
# -keep class * extends android.app.BackupAgent

#-keep class * implements android.os.Parcelable {
#  public static final android.os.Parcelable$Creator *;
#}
# Parcelable CREATORs must be kept for Parcelable functionality
-keep class * implements android.os.Parcelable {
  public static final ** CREATOR;
}

# The support library contains references to newer platform versions.
# Don't warn about those in case this app is linking against an older