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

Commit 2452774c authored by Scott Kennedy's avatar Scott Kennedy Committed by Android Git Automerger
Browse files

am 62eb51af: Keep Parcelable CREATOR fields

* commit '62eb51af':
  Keep Parcelable CREATOR fields
parents 812d3d47 62eb51af
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