Welcome to the Android core technologies section of the site. Here you can find information on common features useful to people and organizations who are looking to modify, contribute to, or port the Android software. This is "under the hood" information intended for engineers.

ART and Dalvik

The Android runtime (ART) is the heart of Android. It's a fast, ahead-of-time compiled runtime with modern garbage collection designed to scale. Android applications are compiled to Dalvik bytecode and run with ART. This section includes detailed information such as the Dalvik Executable format specification, and design information on the runtime itself.

» ART and Dalvik Information

Configuration

Getting the most out of Android requires tuning of the kernel, OpenGLRenderer, and more. See the subpages of this section for details.

» Configuration Information

Connectivity

This section covers Android support for NFC standards (such as Felica), provides details on the Radio Interface Layer (RIL), describes call notification behavior, and gives implementation instructions for user-facing features such as Data Saver and phone number blocking.

» Connectivity Information

Data Usage

Android's data usage features allow users to understand and control how their device uses network data. This section is designed for systems integrators and mobile operators to help explain technical details they should be aware of when porting Android to specific devices.

» Data Usage Information

Debugging

Android is a large and complex system. This section includes tips and tricks for debugging at the platform level.

» Debugging Information

Device Administration

Since Android 5.0, the platform supports use cases in a corporate environment under the auspices of each company’s information technology (IT) department.

» Device administration information

Display Settings

This section covers AOSP implementation of various Android display settings, including app shortcuts, circular launcher icons, do not disturb (DND), multi-window (split-screen, free-form, and picture-in-picture), high dynamic range (HDR) video, night light, and retail demo mode.

» Display settings information

OTA Updates

Android devices in the field can receive and install over-the-air (OTA) updates to the system and application software. This section describes the structure of update packages and the tools to build them. It is intended for developers building OTA updates for new and released Android devices.

» OTA Information

Performance

This section provides guidance for ensuring your Android devices minimize resource use and optimize performance. It includes details on optimizing boot times, managing flash wear, configuring for low ram devices, and more.

» Performance Information

Power

The framework provides battery usage statistics, keeping track of time spent by different device components in different states. This section covers power management features (such as Doze), gives instructions for accurately measuring device and component power (and how to determine power values), and details the batterystats command and output.

» Power Information

Settings

This section provides guidance on implementing features in Android Settings menu. It includes details on the patterns, components, and architecture of the Settings app, how to customize personalized settings, and how to add a setting to universal search.

» Settings Information

Trade Federation Testing Infrastructure

Trade Federation is a continuous test framework for running tests on Android devices. Trade Federation's modularity makes it straightforward to slot into environments with existing build, test, and reporting infrastructures.

» Trade Federation Testing Infrastructure Overview

Vendor Test Suite (VTS)

The Android Vendor Test Suite (VTS) provides extensive new functionality for Android testing and promotes a test-driven development process. This section describes the testing tools and resources available to help the Android development community interact with test data.

» VTS Information