commit | c127bb2d83344f215e63767c9e6a3245cececa17 | [log] [tgz] |
---|---|---|
author | Bruno Martins <bgcngm@gmail.com> | Thu Dec 03 22:29:32 2020 +0000 |
committer | Bruno Martins <bgcngm@gmail.com> | Sat Dec 05 00:32:25 2020 +0100 |
tree | c7547145c9c1c4810dca9d87eb697f314dc26528 | |
parent | ed4ef6e3d177dc6390c7cc183d44c2b9b03806ea [diff] |
sdk: Set AOSP default behavior for app switch button long press action The default is no action. Furthermore, split screen is not supported on Android Go devices and being that one the default action makes it inconsistent with Go-aware ButtonSettings code in LineageParts. Change-Id: I21e834f8557d0d0dc81af8443bcb8db30300ded0
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.