commit | 63a590625c6c76f82e5ef43408a52238b2b34e43 | [log] [tgz] |
---|---|---|
author | dianlujitao <dianlujitao@lineageos.org> | Thu Aug 08 16:32:50 2019 +0800 |
committer | Michael Bestas <mkbestas@lineageos.org> | Tue Aug 20 17:17:28 2019 +0200 |
tree | 4f15fc398ef41805c0b638249e6095cc52b4ba05 | |
parent | 62885acacaf46c8455b5516e2b0e7d70d67b13da [diff] |
LiveDisplayService: Notify SystemUI after initialization finished Change-Id: Id01eeee3bdfc599bdc20a5779db3d002fa4bc1c9
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.