commit | f90b813374cd941ce20569ed5f7f424b6d84c928 | [log] [tgz] |
---|---|---|
author | ezio84 <brabus84@gmail.com> | Sun Nov 08 09:32:34 2020 +0100 |
committer | Ćukasz Patron <priv.luk@gmail.com> | Mon Nov 09 11:03:21 2020 +0100 |
tree | 19339f5750294ba699e375eafa9bcc66a1d92b5d | |
parent | d8742f0727aad8187a903a0afbafbc909edf1d1c [diff] |
LineageButtons: Add support for skipping tracks with remote control For Spotify and other players that allow music controls for remote devices (PC, PS4) through the media notification Change-Id: I38887f8b1cff1a0c1e3adadbfe37d5af59b5cdcc
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.lineageos: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.lineageos:platform.sdk:6.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.