commit | 3a06cbea25319ba97ad0ee9bb52ad2b4b7d4705f | [log] [tgz] |
---|---|---|
author | Sam Mortimer <sam@mortimer.me.uk> | Fri Sep 06 17:01:34 2019 -0700 |
committer | Sam Mortimer <sam@mortimer.me.uk> | Mon Sep 09 07:37:31 2019 +0200 |
tree | 0fe57ed01a80e213685609e6679f5b4b48d8c90b | |
parent | 85463dfa676d87096ee6234b876cd658743ee597 [diff] |
lineage-sdk: Include authority in content provider calls API changed here: https://github.com/LineageOS/android_frameworks_base/commit/633a13e2fa8f378d523d4ae209dc573c66db8cb1#diff-944e798f679ef205433bd711345d06dcR75 Fixes: AndroidRuntime: Caused by: java.lang.SecurityException: The authority unknown does not match the one of the contentProvider: lineagesettings Change-Id: I5fe85fee777f919824e6a2ff78986e2d736e0267
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.