cmsdk: Add release notes for api level 5.

Change-Id: I2ba738197286ce8f5128b08a6a800e06ec321822
This commit is contained in:
Adnan Begovic 2016-04-01 15:18:38 -07:00 committed by Gerrit Code Review
parent ea7d71200d
commit 877a0234fa
1 changed files with 18 additions and 1 deletions

View File

@ -128,7 +128,24 @@ public class Build {
public static final int DRAGON_FRUIT = 4;
/**
* Future M Release - 2nd quarter 2016
* April 2016: The 5th iteration of the platform sdk for CyanogenMod
*
* <p>Applications targeting this or a later version will get access to these
* new features!</p>
* <li>Weather request api to fetch weather data from providers on the device
* {@link cyanogenmod.weather.CMWeatherManager}</li>
* <li>Weather provider api to provide weather data to any listener on the device
* {@link cyanogenmod.weatherservice.WeatherProviderService}</li>
* <li>Extended capabilities of the {@link cyanogenmod.externalviews.KeyguardExternalView}
* interfaces to provide immersive and interactive experiences on the lockscreen.</li>
* <li>Themes interfaces have found a new home in the cmsdk, thus we allow access
* to 3rd parties requesting theme changes on the platform via
* {@link cyanogenmod.themes.ThemeManager} and
* {@link cyanogenmod.themes.ThemeChangeRequest}</li>
* <li>Full access to the {@link cyanogenmod.providers.ThemesContract} and provider</li>
* <li>Parceling helper class {@link cyanogenmod.os.Concierge} to help with parcel
* headers and protocol revisions</li>
* </ul>
*/
public static final int ELDERBERRY = 5;
}