commit | d1461d3451c6e6a4237726f6732adfda037f60f4 | [log] [tgz] |
---|---|---|
author | Bruno Martins <bgcngm@gmail.com> | Sun May 02 20:53:57 2021 +0100 |
committer | Bruno Martins <bgcngm@gmail.com> | Mon May 03 19:05:45 2021 +0100 |
tree | d90d2234e59d0386784026c7c2017bbdf0746e24 | |
parent | c47d955826b073d3e4d0155e671f64ac188154ef [diff] |
BatteryLights: Fix disabled lights when fully charged conditions Make sure that the option has effect ONLY when battery is uh... fully charged. Additionally add previously missing logging. Change-Id: Ib232d0ea6652230a2435be6931f964dc04a30f71
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.