commit | 86420ad226c66647d18a4b80115ad9e366336d59 | [log] [tgz] |
---|---|---|
author | Timi Rautamäki <timi.rautamaki@gmail.com> | Tue Sep 21 12:15:26 2021 +0000 |
committer | Paul Keith <javelinanddart@gmail.com> | Mon Mar 21 22:45:59 2022 +0100 |
tree | a05c846d2b1a6a908f2cc321fecb314cd7ea30ed | |
parent | a7262011d41a489ee3b4ea4cb628b2ce16374014 [diff] |
sdk: introduce custom action keys ATV targets often have special keys for apps, for example Netflix. Set a reasonable set of defaults for atv. Remote keylayouts can be configured to use these keycodes. If for some reason a device has a keylayout that cannot be modified, the list can be overlaid. Co-authored-by: Aaron Kling <webgeek1234@gmail.com> Change-Id: Ied3ed5d68671148a3729b1f0e1a2b15c4b080239
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.