commit | 9e69abb862db963b2513c0059a660b5fbb054e1a | [log] [tgz] |
---|---|---|
author | Matt Garnes <matt@cyngn.com> | Wed Oct 14 13:27:08 2015 -0700 |
committer | Matt Garnes <matt@cyngn.com> | Wed Oct 14 14:58:56 2015 -0700 |
tree | 8ed9367975b2500fdf52cd546c1fc37c3f622e2d | |
parent | fe7a368a69a381caaf85dd5fec47cb6b24ed1fa8 [diff] |
Improve several permission description Strings. The MODIFY_NETWORK_SETTINGS and MODIFY_SOUND_SETTINGS permissions were not descriptive enough. Improve the strings to enumerate exactly what settings these permissions protect. Fixes FOR-23. Change-Id: Idd64738c21d879462a7e7e6c65ceefdc771f1bcd
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.