commit | 062bfa9c4a0ba7b1f0417ea9121a51492f20192d | [log] [tgz] |
---|---|---|
author | Matssa56 <lukadimur@gmail.com> | Mon May 29 17:34:10 2017 +0200 |
committer | Dan Pasanen <dan.pasanen@gmail.com> | Fri Jun 02 10:11:55 2017 -0500 |
tree | 10acb1cb6e02fe72b5618435d120158acbed400e | |
parent | b5e2ea3c774706d2282d17d407f62566b6ce5615 [diff] |
cmsdk: Disable Lockscreen Media Art [3/3] * Toggle to choose whether or not to show album art/media art on lockscreen Change-Id: I4ee401e8e60345a84a636ddcb6cbcd4d6ced2bb1
The Platform SDK provides a set of APIs that give you easy access to a variety of different features within LineageOS. 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:5.+' }
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 6.0-SNAPSHOT
dependencies { compile 'org.cyanogenmod:platform.sdk:6.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.