commit | ba27ffbbe03b34824243ffc520a5b6a354e64ecc | [log] [tgz] |
---|---|---|
author | Michael W <baddaemon87@gmail.com> | Sun Sep 22 19:17:36 2019 +0200 |
committer | Luca Stefani <luca.stefani.ge1@gmail.com> | Sat Nov 02 19:08:11 2019 +0100 |
tree | 16b3bca3567a17b3b0e643922b0c5fec604e243e | |
parent | 1498ef9052ef73ab725b26ce592964f63cf1864e [diff] |
SensitivePhoneNumbers: Load numbers only at first actual call to method * Constructor is called during boot, adding boot time where it's not necessary * Use the first actual call to a function to parse the list Change-Id: I02548d004c5d78db65c872247cd36a0405d826ea
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.