commit | 5cb3e512cd7b52508c0dfb4ba61508f0a24b0dc7 | [log] [tgz] |
---|---|---|
author | BeYkeRYkt <beykerykt@gmail.com> | Fri Jan 17 13:41:13 2020 +0900 |
committer | Han Wang <416810799@qq.com> | Fri Jan 17 10:16:46 2020 +0200 |
tree | d24d85bbefbda5bcf2937afbb0d4444a044d5fcc | |
parent | f355fdbfe8509a93119f3fcd8ca973d2855ec732 [diff] |
PerformanceManager: Fix applying power profile in low power mode * Fixes the wrong power profile after rebooting the device, if before that low power mode was turned on. Change-Id: I6008433b5e304a0f168ba9c7eeb189f4d3e83347
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.