public final class

CMSettings

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

Class Overview

CMSettings contains CM specific preferences in System, Secure, and Global.

Summary

Nested Classes
class CMSettings.CMSettingNotFoundException  
class CMSettings.Global Global settings, containing miscellaneous CM global preferences. 
class CMSettings.Secure Secure settings, containing miscellaneous CM secure preferences. 
class CMSettings.System System settings, containing miscellaneous CM system preferences. 
Constants
String ACTION_DATA_USAGE Activity Action: Show Data Usage Summary

Input: Nothing.

String ACTION_LIVEDISPLAY_SETTINGS Activity Action: Show LiveDisplay settings

Input: Nothing.

String AUTHORITY
Public Constructors
CMSettings()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ACTION_DATA_USAGE

Added in API level 5

Activity Action: Show Data Usage Summary

Input: Nothing.

Output: Nothing.

Constant Value: "cyanogenmod.settings.ACTION_DATA_USAGE"

public static final String ACTION_LIVEDISPLAY_SETTINGS

Added in API level 6

Activity Action: Show LiveDisplay settings

Input: Nothing.

Output: Nothing.

Constant Value: "cyanogenmod.settings.LIVEDISPLAY_SETTINGS"

public static final String AUTHORITY

Added in API level 2

Constant Value: "cmsettings"

Public Constructors

public CMSettings ()

Added in API level 2