commit | fc50f7cef8f55d7589a30ea7e88c1b59f70b0b05 | [log] [tgz] |
---|---|---|
author | d34d <clark@cyngn.com> | Thu Jan 21 16:57:42 2016 -0800 |
committer | d34d <clark@cyngn.com> | Fri Jan 22 15:44:34 2016 -0800 |
tree | 43ab86d2ae8a62cf680cd5cdc09683d899e2d9ae | |
parent | d994fe130a943de1281ef3c13da9ed78cb3e33a6 [diff] |
ExtViews: Add action and meta-data Services that extend KeyguardExternalViewProviderService should also include this newly defined action in an intent-filter within the <service> tag in their AndroidManifest.xml. These services can also include meta-data that defines a configuration xml which will be used to define a settings activity that can be launched within a yet to be defined settings/configuration UI. Change-Id: I0a5ca09cf6f63413d067f89a9757137102dd09f6 TICKET: CYNGNOS-1687
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.