commit | 1ad7a3b010579f1ade542ddd77dd4311702b3b3c | [log] [tgz] |
---|---|---|
author | Bruno Martins <bgcngm@gmail.com> | Fri Aug 24 12:37:17 2018 +0100 |
committer | Bruno Martins <bgcngm@gmail.com> | Sun Sep 16 16:49:10 2018 +0200 |
tree | c03df25e368cc492d153b8d3caee46f627d14eda | |
parent | 4545327294e195d7aecfe593de707cf3f288807d [diff] |
PowerMenuConstants: Add user logout as new global action * Google introduced user logout in Pie: https://github.com/LineageOS/android_frameworks_base/commit/044588599c97ceff70d74a133c9eb01a028db00c Change-Id: I60a64beb5fc69e89d5872c74439bec30a47d4d0c
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.