commit | ef4a783b6e9e177d1e1cbd13c700ba57fcb37bd6 | [log] [tgz] |
---|---|---|
author | Adnan Begovic <adnan@cyngn.com> | Fri May 20 15:45:54 2016 -0700 |
committer | Adnan Begovic <adnan@cyngn.com> | Fri May 20 15:47:52 2016 -0700 |
tree | d5397ad98b872f4951c14fa27166d668e91adbd4 | |
parent | 8f50ecda5dbf45f03ad89577a5a15571f7f1a250 [diff] |
cmsdk: Skip powersave during testing. Since powersave is ignored while the device is plugged in, and switching pluggedmodes via runtime executing dumpsys commands is blocked by sepolicy. Ignore the powersave portion of the test. Change-Id: Ia2b206649a7fc1960cc25d16ffd22379e7c616e3 TICKET: CYNGNOS-2603
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.