commit | 50571ba8bb2745e41715f0e06d5dd68765079a7b | [log] [tgz] |
---|---|---|
author | Luis Vidal <lvidal@cyngn.com> | Mon Jun 27 14:41:12 2016 -0700 |
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | Thu Jun 30 16:39:58 2016 -0700 |
tree | a3618f2950fbe4430deb549bd11dc5fda5506ac8 | |
parent | 052af0a76dca98c702f1f43a2ca5fe29e36af786 [diff] |
Apply active profile if user enables system profiles Ensures the active profile is applied when user enables system profiles. The profile will be automatically applied upon activation if: - No triggers are defined (i.e the profile does not respond to events) - A ON_CONNECT WiFi/BT trigger is defined and the device is currently connected to such network/device If system profiles are already enabled and a WiFi/BT event is fired, apply the profile overrides Change-Id: I362893151e52d35636d2ac05ab35e986d1f7237e TICKET: CYNGNOS-3104
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:4.+' }
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 5.0-SNAPSHOT
dependencies { compile 'org.cyanogenmod:platform.sdk:5.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.