commit | 0f5f0e25ca9705c6e3d159afc0d4a17590376a6a | [log] [tgz] |
---|---|---|
author | dianlujitao <dianlujitao@lineageos.org> | Wed Aug 07 15:52:22 2019 +0800 |
committer | Michael Bestas <mkbestas@lineageos.org> | Tue Aug 20 17:17:28 2019 +0200 |
tree | 37c414c6a7af48559911e889eb4fee592ff6b40e | |
parent | c0d4150a7f5f7c82a0e07215da8752f110a46ddc [diff] |
LiveDisplayService: Properly disable ColorTemperature This reverts commit f781a9399aeb3a6c4db78a8848188781c7c0720a. * Twilight tracker and display mode are still used by ColorTemperatureController Change-Id: Icaf2a93befd56478eb2307d6f25da49c7c3fd73f
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.