am ee16b2c2: am 2452774c: am 62eb51af: Keep Parcelable CREATOR fields

* commit 'ee16b2c23cd787f0f60e81a3b2704ceb3d9f4f6f':
  Keep Parcelable CREATOR fields
This commit is contained in:
Scott Kennedy 2014-04-07 19:32:40 +00:00 committed by Android Git Automerger
commit 98029d9dcb
1 changed files with 4 additions and 3 deletions

View File

@ -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