commit | e78ca4d6fecbd4a52ee02fe727810593e27950c2 | [log] [tgz] |
---|---|---|
author | herriojr <jherriott@cyngn.com> | Tue Sep 08 13:59:20 2015 -0700 |
committer | herriojr <jherriott@cyngn.com> | Mon Sep 14 14:29:43 2015 -0700 |
tree | d3b3010a746a9bf8c81804e9b441e9bf310d963c | |
parent | 35df988aa547c25d47975f3eaefd84cc61006647 [diff] |
Added Application Suggestions. Added in custom Resolver to handle providing suggestions. Added in Service to handle providing suggestions to custom resolver. Added in ability to provider suggestions through a Proxy to another application which must be installed during compile time if one is to be used. This is a similar implementation to how the Location Services work. Change-Id: Id960260596b7bb6485caa1e1d07744e387a4c6e9
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:1.0' }
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 2.0-SNAPSHOT
dependencies { compile 'org.cyanogenmod:platform.sdk:2.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.