commit | 9bd6a12440dc7f6dcdf09dd3ee8ee24d417f8c7a | [log] [tgz] |
---|---|---|
author | d34d <clark@cyngn.com> | Mon Jun 20 10:35:14 2016 -0700 |
committer | Nathan Prevette <nprevette420@gmail.com> | Tue Jun 21 13:55:33 2016 -0700 |
tree | 2095ad2aa3f6a1e6222c0c07b9d9b55aa4dccca9 | |
parent | 62bb5f21762b95f90f1db1410c20cc97449f3469 [diff] |
Themes: Fix ThemeManagerTest This fixes the assmption that a device will have a default theme declared in CMSettings, which is not always the case. If no default theme package is defined in CMSettings we use ThemeConfig.SYSTEM_DEFAULT instead. Change-Id: If7952ea984eea0accf3d0990871fb11e3ccc373a
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.