The document discusses how to add a new "Calculator" API to the Android framework and system. It describes creating Java source code files for a new "itri.lecture.Cal" class with add and sub methods. Makefiles are created to build the new API as a Java library. The API source is added to the framework directory and referenced in build files. The new API package is added to the system image and boot classpath. An OTA update package is built to distribute the new system with the API. The API is given a version number and documented in the SDK to allow application developers to use the new methods.