commit | 6622f7a00991730bf05a495cacc1004e66ec9b65 | [log] [tgz] |
---|---|---|
author | Dark Eyes <dark_eyes_@hotmail.com> | Sat Jan 23 23:06:53 2016 -0500 |
committer | Patrick Graber <pjgraber03@gmail.com> | Wed Apr 06 00:10:12 2016 -0700 |
tree | 9c21ef2e5cae9fd805323ee03c16375acfa53427 | |
parent | 5ab67cbf07ce47450de3bbc70dcb5a04644608d5 [diff] |
Add options to hide next alarm in status bar and lockscreen (3/3) Change-Id: I3504206dfb297f2e31f313637e9d0922c92e55c4
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:4.+' }
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 5.0-SNAPSHOT
dependencies { compile 'org.cyanogenmod:platform.sdk:5.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.