commit | e861b1d7f192969c41da855e15167f3a955a28fd | [log] [tgz] |
---|---|---|
author | Sam Mortimer <sam@mortimer.me.uk> | Fri Jan 05 19:23:45 2018 -0800 |
committer | Sam Mortimer <sam@mortimer.me.uk> | Thu Jan 18 09:45:53 2018 +0000 |
tree | 7ffb200d7c9bdafefa27662d49f3f56825704efe | |
parent | 26a3d1efbf6a576d901fcab6decdaedcbcd64172 [diff] |
lineage-sdk: fix picture adjustment from depending on color balance *) Fixes picture adjustment settings on a device that doesn't support color balance. *) This was a day one bug. Likely a copy and paste. Change-Id: Idf3b0ac811906bbed8696a9a3744d0aaaa5140e3
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.