cmsdk: add live lock screen settings action intent

Ticket: CYNGNOS-2241
Change-Id: I42dbfc96807d1f2aad1f84b100b5e7a2ab68daea
Signed-off-by: Roman Birg <roman@cyngn.com>
This commit is contained in:
Roman Birg 2016-03-25 10:13:45 -07:00 committed by Gerrit Code Review
parent bfa500dd15
commit 9f6530bf03
1 changed files with 7 additions and 0 deletions

View File

@ -134,4 +134,11 @@ public class Intent {
*/
public static final String URI_SCHEME_PACKAGE = "package";
/**
* Implicit action to open live lock screen settings.
* @hide
*/
public static final String ACTION_OPEN_LIVE_LOCKSCREEN_SETTINGS =
"cyanogenmod.intent.action.OPEN_LIVE_LOCKSCREEN_SETTINGS";
}