commit | 9046c4ca64eeb8e30dfb91b466e9af628f05e9ea | [log] [tgz] |
---|---|---|
author | Steve Kondik <steve@cyngn.com> | Mon Aug 29 02:04:07 2016 -0700 |
committer | Steve Kondik <steve@cyngn.com> | Mon Aug 29 02:19:51 2016 -0700 |
tree | 5fc587c9ba7b967fb0392f3c58841de983b660bc | |
parent | 613ec775592cc84d9752eaac281a8044d449f995 [diff] |
cmsdk: Use getDataSystemDirectory * Environment.getSystemSecureDirectory is not a thing on N Change-Id: I00725f53a6d8f6c412cb064868b463e8dab53327
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.