On Sun, Dec 11, 2011 at 11:45 AM, eminugur kenar <[email protected]> wrote: > I have read something on the google mail groups , we should not use > the internal classes/apis in our apps such as telephony. > Is it true ?
Correct. Classes and methods that are not part of the Android SDK may not work on all devices, on all previous versions of Android, or on any given future version of Android. > ActivityManagerNative is a Internal api ? Yes. > At last what are the internal apis/clases? Anything that is not documented in the Android SDK. -- 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 *Advanced* Android Development_ Version 2.2 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

