commit | 9ca1852af1926ec857428f10c19a90963f6b5007 | [log] [tgz] |
---|---|---|
author | Luca Stefani <luca.stefani.ge1@gmail.com> | Mon Dec 20 13:48:49 2021 +0100 |
committer | Bruno Martins <bgcngm@gmail.com> | Thu Dec 23 00:47:02 2021 +0100 |
tree | 591afa67749034402abe9e7c0665fa58eb45652a | |
parent | efe6d135bfbf399742988cc81787ed507fded51d [diff] |
settings: Also check WRITE_SECURE_SETTINGS perm for System table In M+ Google changed the permissions required to access the System table and forced every caller to either hold the WRITE_SECURE_SETTINGS permission or target pre M API Change-Id: Ie4a4dd11e28b1caff1a6cd9be52f79b236f9271f
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.