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

