If you want to use private APIs, you need to get the platform source and build it. You are only allowed to use private APIs if you are writing code that is built-in to the android system, so we really don't -want- to make it easy to do this unless you are doing it for the appropriate reason of working on the platform/system itself.
On Thu, Dec 4, 2008 at 2:58 PM, dreamerBoy <[EMAIL PROTECTED]> wrote: > > Yes, I know about this URL and have downloaded much of the source > code. The delicate problem is how to build in access to the internal > classes that I need and have them be invoked correctly by Android. > Question is, how to do this without in effect rolling your own version > of Android i.e., doing a full build ... after all, (this probably > includes Linux), there are 8 million lines of code in Android. This > would likely turn into a project unto itself. > > I have an old android.jar from version 0.9 with the internal classes > available. When I try to use that, the Eclipse aapt environment > immediately figures out what I'm trying to do, fails my attempt, and > gives me a snarky message saying that I'm going to have problems > trying to do this. > > Monsieur Queru - any comment? > > Thanks > > dreamer > > On Dec 3, 10:10 am, Ash <[EMAIL PROTECTED]> wrote: > > Use GIT to "checkout" the source code and add the internals paths you > > need to your application. > > > > //android.git.kernel.org/platform/frameworks/base/telephony is what > > you are looking for, I think. > > > -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

