commit | c7ecd4d8faab075d64f1f012f5b9fb6d6b970d0e | [log] [tgz] |
---|---|---|
author | Martin Herndl <martin@herndl.org> | Mon Oct 31 11:06:09 2016 +0100 |
committer | Martin Herndl <martin@herndl.org> | Mon Oct 31 11:06:09 2016 +0100 |
tree | c49c91c6c9b09c33cf207860b11da61f7c593f39 | |
parent | 97054244ce4178434c35891565a00b46dbdbd215 [diff] |
cmsdk: Fix non-triggered ON_DISCONNECT + cleanups * the WifiInfo object may be null if there is no active connection which should trigger an ON_DISCONNECT * by using the already existing "getActiveSSID"-method there is no need to cleanup UTF-8 encoded SSIDs Change-Id: I69e4db55753ca1e02afde59b186dae822adf7b63
The Platform SDK provides a set of APIs that give you easy access to a variety of different features within CyanogenMod. 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.cyanogenmod: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.cyanogenmod:platform.sdk:6.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.