commit | 1498ef9052ef73ab725b26ce592964f63cf1864e | [log] [tgz] |
---|---|---|
author | Michael W <baddaemon87@gmail.com> | Sun Sep 15 12:19:46 2019 +0200 |
committer | Luca Stefani <luca.stefani.ge1@gmail.com> | Sat Nov 02 19:07:14 2019 +0100 |
tree | adf8732fb9480c322f885e59a5e1c4400d31302d | |
parent | bf0d04e4de1253057c993501301f69466d1773e2 [diff] |
SensitivePhoneNumbers: Convert to singleton class * Now that there are more users than just call log, it is better to parse the XML-file just once * Keep an instance around for the various users of this class Change-Id: Iff1510dc40d68a211a6a1c5f19e4ca9ac64c3fcd
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.