commit | 8cc5a55f82ee417d8889ca46c907cbf4ffc36f71 | [log] [tgz] |
---|---|---|
author | d34d <clark@cyngn.com> | Mon Dec 21 14:06:50 2015 -0800 |
committer | Clark Scheff <clark@cyngn.com> | Tue Dec 22 15:13:17 2015 -0800 |
tree | e63ff5048d940b3549d1238a2cb2d5503976f12c | |
parent | f2741cb04cd6e1735e65cdf0fefb6f50fb737746 [diff] |
ExtViews: Add callbacks for ExtView->Host communication Adds an interface for the KeyguardExternalViewProviderService to communicate with the host in SystemUI. This includes handling notifying the host when the provider service has died. Change-Id: Icd185da289913b84da09707f1d8a2f4f4ff86bae
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:2.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 3.0-SNAPSHOT
dependencies { compile 'org.cyanogenmod:platform.sdk:3.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.