commit | 8daa2ca6ae812d96781bd150d5bf87c524f8f3d6 | [log] [tgz] |
---|---|---|
author | Sam Mortimer <sam@mortimer.me.uk> | Tue Aug 28 11:42:38 2018 -0700 |
committer | Bruno Martins <bgcngm@gmail.com> | Thu Aug 30 02:29:52 2018 +0200 |
tree | c35099976f99d5da42e8fd539ed0e7ad09c90e22 | |
parent | 25c4fbbe52b16c8efe0d1504f2d712582effeca1 [diff] |
LineageSettingsProvider: Don't set LINEAGE_SETUP_WIZARD_COMPLETED *) This was initialized from Settings.Global.DEVICE_PROVISIONED and it is no longer possible to access system settings during provider startup since: https://android.googlesource.com/platform/frameworks/base/+/235272a2165b694ca1d67e901aa2ef2ad86c35bc *) LINEAGE_SETUP_WIZARD_COMPLETED has been deprecated since 14.1: https://github.com/LineageOS/android_lineage-sdk/commit/797a45aa6948e9c0871e47160fd6768bababee80 *) We will later cleanup the unused setting during topic:pie-db-upgrade Change-Id: I185648ca25995fae80362642d297573795d04bfa
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.