commit | b5e2ea3c774706d2282d17d407f62566b6ce5615 | [log] [tgz] |
---|---|---|
author | Matthias Yzusqui <myzb.dev@gmail.com> | Thu May 25 16:31:14 2017 +0200 |
committer | Matthias Yzusqui <myzb.dev@gmail.com> | Sat May 27 10:15:38 2017 +0200 |
tree | f875565c44359c1feb89a3b6612eb9414b9e0dd6 | |
parent | a4df9e212c931529b614ce7b692e8c6e227dafcc [diff] |
cmsdk: fix twilight state not updating in live display auto mode The broadcast receiver filter was missing the action to trigger the twilight state update for the next day. Therefore the time+date when to go day and night mode were stuck on a previous day. BUGBASH-226 Change-Id: I2c87b738b20d5c08dffe4c20e13a990167b5a22b
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.cyanogenmod: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.cyanogenmod:platform.sdk:6.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.