commit | c27e31ffd710bea521f878cd748166b4ff3bc9db | [log] [tgz] |
---|---|---|
author | Steve Kondik <steve@cyngn.com> | Mon Oct 10 01:35:59 2016 -0700 |
committer | Steve Kondik <steve@cyngn.com> | Tue Oct 11 02:36:10 2016 -0700 |
tree | 8839e5e8033bdd815f081ea78be9a7015f444f2e | |
parent | 33fc2d43857d0d92662232e8a9dba127f0335212 [diff] |
cmsdk: Add support for PartsRefresher to CMPartsPreference * Allow CMParts to update the summary (or any detail) of a preference so it can be shown correctly in the UI. * Also some cleanup and refactoring around the parts list. Change-Id: Idc16a7eb1a1e4170671fd068bd240b88fadfb577
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.