commit | 1a53318ab3a2486f15f43b1f7a7efe17cbb38e9d | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Mon Jul 10 15:10:54 2023 +0300 |
committer | Michael Bestas <mkbestas@lineageos.org> | Thu Jul 20 17:28:53 2023 +0200 |
tree | c5601c0e2074ecf19a4341ab7dae1c6beec5f7f4 | |
parent | ff85a9631f75331265b3a1f7e4212644871d55b9 [diff] |
LineageSettingsProvider: Allow enabling lockscreen rotation by default ...and enable it by default for sw600dp Change-Id: I0df4f0907591146a21d3da0e0d11e3213ad8767a
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.