commit | e45961db1d9ad1f6ad7ef0768988d488a24d1d1d | [log] [tgz] |
---|---|---|
author | Paul Keith <javelinanddart@gmail.com> | Sat Dec 02 14:44:58 2017 +0100 |
committer | Paul Keith <javelinanddart@gmail.com> | Tue Apr 10 16:04:02 2018 +0200 |
tree | 17ac04b714b947bacfec1ef401e33ea451e78344 | |
parent | a34e338626cbabefad1771bfbb14f53006cadd0f [diff] |
sdk: Remove low power restrictions on color control * We no longer support the GPU backed, power hungry, color transformations that this check was put in place for, so remove the restriction on color temp changes for low power * This is desirable because low power situations happen often at times later in the day, when blasting users with blue light (for auto night mode) is undesirable, and because reducing the intensity of colors is more power efficient, at least for AMOLED displays Change-Id: I6b78a3f626cff3387d2acafa9c73cdf6af208fef
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.