API Change Statistics

The overall difference between API Levels t-beta2 and 33 is approximately 0.16%.


Total of Differences, by Number and Type

The table below lists the numbers of program elements (packages, classes, constructors, methods, and fields) that were added, changed, or removed. The table includes only the highest-level program elements — that is, if a class with two methods was added, the number of methods added does not include those two methods, but the number of classes added does include that class.

Type Additions Changes Removals Total
Packages 0 3 0 3
Classes and Interfaces 0 3 2 5
Constructors 0 0 0 0
Methods 0 2 0 2
Fields 3 1 0 4
Total 3 9 2 14

Changed Packages, Sorted by Percentage Difference

Percentage Difference* Package
33 android.telephony.ims.feature
3 android.telephony.ims
<1 android.os

* See Calculation of Change Percentages, below.


Changed Classes and Interfaces, Sorted by Percentage Difference

Percentage
Difference*
Class or Interface
33 android.telephony.ims.ProvisioningManager.FeatureProvisioningCallback
15 android.telephony.ims.ImsRcsManager
1 android.os.Build.VERSION_CODES

* See Calculation of Change Percentages, below.


Calculation of Change Percentages

The percent change statistic reported for all elements in the "to" API Level specification is defined recursively as follows:

Percentage difference = 100 * (added + removed + 2*changed)
                        -----------------------------------
                        sum of public elements in BOTH APIs

where added is the number of packages added, removed is the number of packages removed, and changed is the number of packages changed. This definition is applied recursively for the classes and their program elements, so the value for a changed package will be less than 1, unless every class in that package has changed. The definition ensures that if all packages are removed and all new packages are added, the change will be 100%.