commit | 1ee5f204cc7a8b2ce869897c28145b38cc06e629 | [log] [tgz] |
---|---|---|
author | gkipnis <gkipnis@cyngn.com> | Thu Feb 11 15:36:08 2016 -0800 |
committer | Adnan Begovic <adnan@cyngn.com> | Fri Apr 01 12:11:03 2016 -0700 |
tree | 7d8e3007db7fcef676866aba174382a733b1c3c9 | |
parent | fcfc13e31300c43bff02736a3dffe1f82c91ac3c [diff] |
Added READ_DATAUSAGE and WRITE_DATAUSAGE permissions These permissions are used to control access to the DataUsageProvider Change-Id: I3c0df3900c964d274081fe3bd9038705334819c8
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.