commit | 5ba48458e1ad66a8a84bc46842fe13d8d3d3b26b | [log] [tgz] |
---|---|---|
author | Steve Kondik <steve@cyngn.com> | Sat Oct 08 03:58:40 2016 -0700 |
committer | Steve Kondik <steve@cyngn.com> | Sat Oct 08 04:22:30 2016 -0700 |
tree | 124261eee0cd77a216089dea86170c52b905e521 | |
parent | 5d08519c6c6d5a3ab1e30ba9a50f996067cf8caa [diff] |
cmsdk: Change how parts are launched * Encode the part into the action and use an explicit intent instead of relying on extras. Change-Id: I4f035d6b839e9701e20a9b78dbe2a39757aad13e
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:5.+' }
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 6.0-SNAPSHOT
dependencies { compile 'org.cyanogenmod:platform.sdk:6.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.