commit | 7378e7371301334485ae61c66b35be15d5bee067 | [log] [tgz] |
---|---|---|
author | LuK1337 <priv.luk@gmail.com> | Mon May 03 23:57:30 2021 +0200 |
committer | Bruno Martins <bgcngm@gmail.com> | Tue May 04 13:40:17 2021 +0200 |
tree | 0690fa60ecee11f8c6073a9c7413873ba5c27ca8 | |
parent | 44427ae3ef1f50f78ef6ac200de16affeedddb0d [diff] |
lineage-sdk: Add KILL_APP button action This partially reverts commit 9eca90278d2936b83b420081bbc78d475627ba7e. Change-Id: I9bfc039540936e4dbd4313c8f368ce3e3e445290
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.