commit | d68052b82977b2e3e16b07db7dfec2d00d10e575 | [log] [tgz] |
---|---|---|
author | Sam Mortimer <sam@mortimer.me.uk> | Sun Oct 01 12:37:48 2017 -0700 |
committer | Sam Mortimer <sam@mortimer.me.uk> | Mon Oct 09 16:50:44 2017 +0000 |
tree | a2c59a327b67e643371401286baa60ad4c20a4f4 | |
parent | 2041fae2c5f9f4f0f5837ed9e15c2126d195d56c [diff] |
LineageTelephonyManagerService: change SlotIdx to SlotIndex As per AOSP change: https://android.googlesource.com/platform/frameworks/base/+/7e4602519977b6bb9c41afc91a44ca782e716e40 Change-Id: I96d75bd751cacd673dea6c78ffcc6539ed3fda77
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.