commit | df05cf8b269b8c3cffb5c1fd145583eb733c15fa | [log] [tgz] |
---|---|---|
author | Gegham Zakaryan <zakaryan.2004@outlook.com> | Mon Mar 29 23:00:03 2021 +0400 |
committer | Bruno Martins <bgcngm@gmail.com> | Sun May 23 15:17:16 2021 +0200 |
tree | b82fc1f6ed9a6f5f059d4535a8cb0277ca047b84 | |
parent | 8e4a978315692397a2a2a2a5d2064e77b673388d [diff] |
lineage-sdk: Follow AOSP order of PowerMenuConstants Partially follow the order of config_globalActionsList and bring emergency and lockdown to top. Some of the order isn't followed as some items such as users and airplane don't exist in AOSP's list but are much more frequently used than, say, bugreport. Signed-off-by: Gegham Zakaryan <zakaryan.2004@outlook.com> Change-Id: Ie49e77fd99ad0f0dee7c6c7956fc7c1d0474ee63
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.