commit | 9f62d8aa55ea2972a250e783af06aca6e84fc3f2 | [log] [tgz] |
---|---|---|
author | Wilhelm Fitzpatrick <rafial@cyngn.com> | Tue Dec 22 14:35:53 2015 -0800 |
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | Wed Dec 23 13:46:56 2015 -0800 |
tree | 2306439637b6e68863738370e413e730a92f79f6 | |
parent | 57dc3b32404bd484c9f9589bd364c663e2a1c417 [diff] |
CM-SDK: add PREDISMISSED_STATE constant required by CM13 DeskClock See http://review.cyanogenmod.org/#/c/125484 which brings the changes to allow third party components to set and modify alarms, and which actually makes use of the ClockContract in the SDK. This flushes out the fact that the ClockContract in CM13 added a new state. Change-Id: If6d57727298c0a749055337809b9a66e91078a01
The Platform SDK provides a set of APIs that give you easy access to a variety of different features within CyanogenMod. The SDK exposes APIs and system level framework access in the Android framework that aren't available in any other distribution.
You can either download from prebuilts hosted on github or pull directly via Gradle.
Our stable releases are mirrored in Maven Central, and you can fetch the current release by setting your build.gradle
dependencies to
dependencies { compile 'org.cyanogenmod:platform.sdk:2.0' }
Within build.gradle
make sure your repositories
list sonatype OSS repos for snapshots
repositories { maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } }
You can target the future
or development
branch by setting your dependencies
for 3.0-SNAPSHOT
dependencies { compile 'org.cyanogenmod:platform.sdk:3.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.