commit | 9f0adb656e0bbda808c2d0ee63354f45a0fe94be | [log] [tgz] |
---|---|---|
author | Sam Mortimer <sam@mortimer.me.uk> | Wed Aug 22 23:38:08 2018 -0700 |
committer | Sam Mortimer <sam@mortimer.me.uk> | Wed Oct 24 11:11:51 2018 -0700 |
tree | a31dd1da425d1bcc0146effa7cb0a7d066af33db | |
parent | 3106747fdca2a56031c5977c7de583f650472be3 [diff] |
lineage-sdk: Make styles init at system services ready *) On pie, lineage system server is starting before overlay manager service so mOverlay was being initialized with null (and crashing). *) Change to only attempt to get service handles after boot phase system services ready. Change-Id: I4965ce6015275a421e2e3864e66e77b8c15477f0
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.