public class

ThemesContract

extends Object
java.lang.Object
   ↳ cyanogenmod.providers.ThemesContract

Class Overview

The contract between the themes provider and applications. Contains definitions for the supported URIs and columns.

Summary

Nested Classes
class ThemesContract.MixnMatchColumns Key-value table which assigns a component (ex wallpaper) to a theme's package  
class ThemesContract.PreviewColumns Table containing cached preview files for a given theme  
class ThemesContract.ThemesColumns  
Constants
String AUTHORITY The authority for the themes provider
Fields
public static final Uri AUTHORITY_URI A content:// style uri to the authority for the themes provider
Public Constructors
ThemesContract()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String AUTHORITY

Added in API level 5

The authority for the themes provider

Constant Value: "com.cyanogenmod.themes"

Fields

public static final Uri AUTHORITY_URI

Added in API level 5

A content:// style uri to the authority for the themes provider

Public Constructors

public ThemesContract ()

Added in API level 5