Deprecated classes and methods still work but they are a notification to developers that they will be dropped eventually so new code should not use them and updates should stop using them. There should be a compiler warning if you use an @Deprecated method and it should show as deprecated in the API documentation. From what I have seen that last part does NOT happen in 1.6 - you have to look at the source code to find out what is deprecated or pay close attention to compiler warnings.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

