commit | aa1f592e9feec75a1c2d05c2d60d5ef48a3956c0 | [log] [tgz] |
---|---|---|
author | Luis Vidal <lvidal@cyngn.com> | Mon Jun 06 13:10:00 2016 -0700 |
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | Wed Jun 08 17:04:59 2016 -0700 |
tree | 0399ba6f42033cacfba27496432d591ff92e98f4 | |
parent | 19de84cd1bb7865cb6bc9ed5baf5d3e882583b63 [diff] |
Ensures ProfileTrustAgent properly grants/revokes trust [2/2] Notifies the ProfileTrustAgent when a WiFi/BT event was triggered even if no new profile was selected so the trust agent can grant/revoke trust Filters out the multiple network state change notifications to make sure we notify the trust agent only when the event that the profile is tracking actually happened Change-Id: I047861a8b145762fff24568e341373a89ee01de9 TICKET: CYNGNOS-2719
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.