On Wed, May 25, 2011 at 7:55 AM, String <[email protected]> wrote: > Fair point, Mark. I would say that both of these seem to be working as far > as my app's functionality is concerned (it's not just that I don't get a > VerifyError), but I hear what you're saying, that they may not be fully > reliable in the unpublished API versions.
I wouldn't worry about reliability, per se. After all, those classes and methods were presumably used internally with success. I would worry about *fidelity*. Hidden method foo() of class Bar may have simply had different behavior in API 4 than API 11, even with the same signature. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.6 Available! -- 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

