commit | 8770189b8d4b3d4b94c2a1a571681edd71a3a10c | [log] [tgz] |
---|---|---|
author | d34d <clark@cyngn.com> | Fri Apr 15 16:56:30 2016 -0700 |
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | Wed May 04 17:42:28 2016 -0700 |
tree | 4d82743472f0c9da7a944b42b0cdab22588b61f1 | |
parent | 462be9bc629defa001dc9d0878b468f43c43238a [diff] |
cmsdk: Add allowViaWhitelist to LLS_MANAGER_ACCESS_PRIVATE Change-Id: Idee5bd602047c01f8e13cd7d5ddbe6fb151215a2 TICKET: CYNGNOS-2378
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.