I had to add a couple of entries to my procfg.txt. These are not
specific to my app and should really be part of what Google recommends
as the default configuration.
The first line excludes all classes that derived from Preference as
these are referenced by name in the preference screen configuration
XML documents:
-keep public class * extends android.preference.Preference
The other one excludes the Parcelable creator which is special class
and probably found via reflection by Android:
-keepclassmembers class * {
public static android.os.Parcelable$Creator CREATOR;
}
Hope these are useful for some developers.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en