On Feb 16, 7:33 am, saru <[email protected]> wrote: > Some classes are NOT PUBLIC like android.os.ServiceManager, > android.view.IWindowManager, etc, they are implemented in the mobile > devices, but not present in the SDK .jar. This is because these > classes are private APIs . > now please tell me is there any way like compiling source code or > importing private class file into android.jar so that i can use this > private APIs
You can do this, but you should not ( in case you really really like to do this, look how thos is done by AndroidBluetoothLibrary on googlecode ) -- 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

