commit | 25d708141814289067587e504a0bb33a76c28a78 | [log] [tgz] |
---|---|---|
author | Adrian DC <radian.dc@gmail.com> | Sun Jul 10 13:02:39 2016 +0200 |
committer | Adrian DC <radian.dc@gmail.com> | Mon Jul 18 12:35:23 2016 -0700 |
tree | 88d763ef05fcc3ce647be7204f33a1027e6f30c8 | |
parent | c85073ff6ce1cf1b02fcc028688f7686f034b5e2 [diff] |
cmsdk: Correct the useSegmentedBatteryLed details * The power level is passed down as the alpha channel now, in order to preserve consistency and still pass down the color of the battery lights given to the liblights Change-Id: Ia44cf1f73f09da6c96ac3b98e9387f1e3ec42249
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.