commit | 11334c9592d095b8bdfa8f849e59e8e9856a6301 | [log] [tgz] |
---|---|---|
author | Adnan Begovic <adnan@cyngn.com> | Mon Mar 28 10:05:05 2016 -0700 |
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | Mon Mar 28 10:35:37 2016 -0700 |
tree | cf3c5b546143eb1c951f383f6f25272f2d681b62 | |
parent | 3f42978e6f09365baf928eff6b36ed306355fe0a [diff] |
cmsdk: Add hidden interface for getService on AppSuggestManager. Also retrieve service on Singleton constructor to match patterns of other manager service relationships. Change-Id: I4dbca5d0a2339603ddfb58ee54959355d24c8a9a TICKET: CYNGNOS-2319
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.