java.lang.Object | |
↳ | cyanogenmod.content.Intent |
CyanogenMod specific intent definition class.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ACTION_PROTECTED | Intent filter to update protected app component's settings | |||||||||
String | ACTION_PROTECTED_CHANGED | Intent filter to notify change in state of protected application. | |||||||||
String | ACTION_THEME_INSTALLED | Action sent from the provider when a theme has been fully installed. | |||||||||
String | ACTION_THEME_REMOVED | Action sent from the provider when a theme has been removed. | |||||||||
String | ACTION_THEME_UPDATED | Action sent from the provider when a theme has been updated. | |||||||||
String | CATEGORY_THEME_PACKAGE_INSTALLED_STATE_CHANGE | Used to indicate that a theme package has been installed or un-installed. | |||||||||
String | EXTRA_PROTECTED_COMPONENTS |
This field is part of the intent ACTION_PROTECTED_CHANGED .
|
|||||||||
String | EXTRA_PROTECTED_STATE |
This field is part of the intent ACTION_PROTECTED_CHANGED .
|
|||||||||
String | URI_SCHEME_PACKAGE |
Uri scheme used to broadcast the theme's package name when broadcasting
ACTION_THEME_INSTALLED or
ACTION_THEME_REMOVED
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Intent filter to update protected app component's settings
Intent filter to notify change in state of protected application.
Action sent from the provider when a theme has been fully installed. Fully installed
means that the apk was installed by PackageManager and the theme resources were
processed and cached by ERROR(/org.cyanogenmod.platform.internal.ThemeManagerService)
Requires the READ_THEMES
permission to
receive this broadcast.
Action sent from the provider when a theme has been removed.
Requires the READ_THEMES
permission to
receive this broadcast.
Action sent from the provider when a theme has been updated.
Requires the READ_THEMES
permission to
receive this broadcast.
Used to indicate that a theme package has been installed or un-installed.
This field is part of the intent ACTION_PROTECTED_CHANGED
.
Intent extra field to indicate protected component value
This field is part of the intent ACTION_PROTECTED_CHANGED
.
Intent extra field for the state of protected application
Uri scheme used to broadcast the theme's package name when broadcasting
ACTION_THEME_INSTALLED
or
ACTION_THEME_REMOVED