commit | 500f74f78fa330bc8b9ba05262007e502cc6a623 | [log] [tgz] |
---|---|---|
author | Chirayu Desai <chirayudesai1@gmail.com> | Thu Sep 08 19:43:48 2022 +0530 |
committer | Bruno Martins <bgcngm@gmail.com> | Sat Sep 24 11:57:29 2022 +0200 |
tree | ecec527096f92ae2bee1562d33011f16ef6da53e | |
parent | 607d627706d08ebed2cab61ad697af8bf98bbef2 [diff] |
Trust: restrict-usb: Check DPM for support * Pixels have switched to the new AIDL HAL, so V1_3 doesn't exist there * Switch to directly checking DPM since that's where we found this code in the first place, and it'll keep getting updated. Change-Id: Icfc30b73984e82809c3838c421e05da7addaa6cb
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.