java.lang.Object | |
↳ | cyanogenmod.app.LiveLockScreenManager |
Manages enabling/disabling Live lock screens as well as what Live lock screen to display when enabled.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | SERVICE_INTERFACE |
The Intent that must be declared as handled by the service.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Cancels a previously shown Live lock screen.
| |||||||||||
Gets the default Live lock screen that is displayed when no other Live lock screens are
queued up for display.
| |||||||||||
Sets the default Live lock screen to display when no other Live lock screens are queued
up for display.
| |||||||||||
Requests a Live lock screen, defined in , to be displayed with the given id.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The Intent
that must be declared as handled by the service.
Cancels a previously shown Live lock screen.
id | An identifier for this notification unique within your application. |
---|
Gets the default Live lock screen that is displayed when no other Live lock screens are queued up for display.
This is not available to third party applications.
Sets the default Live lock screen to display when no other Live lock screens are queued up for display.
This is not available to third party applications.
Requests a Live lock screen, defined in , to be displayed with the given id.
id | An identifier for this notification unique within your application. |
---|---|
llsInfo | A LiveLockScreenInfo object describing what Live lock screen to show
the user. |