diff options
author | Sam Mortimer <sam@mortimer.me.uk> | 2017-10-11 20:37:11 -0700 |
---|---|---|
committer | Sam Mortimer <sam@mortimer.me.uk> | 2017-10-12 21:53:02 +0000 |
commit | ae2d7e15ce8aef4f1b9caee7cf3ab692b0a4f20c (patch) | |
tree | b1b532602325e7913d53d867859b46a828d63238 /sdk/src/java/lineageos/content/Intent.java | |
parent | 68ed16aece1f31ae26b61101df89b7164db4e4c4 (diff) |
Remove PartnerInterface and LiveLockScreen
Change-Id: I8044de599ef6db8e9a1ff63e43dc2cea9c28d02a
Diffstat (limited to 'sdk/src/java/lineageos/content/Intent.java')
-rw-r--r-- | sdk/src/java/lineageos/content/Intent.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sdk/src/java/lineageos/content/Intent.java b/sdk/src/java/lineageos/content/Intent.java index b245da59..6f4f9250 100644 --- a/sdk/src/java/lineageos/content/Intent.java +++ b/sdk/src/java/lineageos/content/Intent.java @@ -96,13 +96,6 @@ public class Intent { public static final String ACTION_APP_FAILURE = "lineageos.intent.action.APP_FAILURE"; /** - * Implicit action to open live lock screen settings. - * @hide - */ - public static final String ACTION_OPEN_LIVE_LOCKSCREEN_SETTINGS = - "lineageos.intent.action.OPEN_LIVE_LOCKSCREEN_SETTINGS"; - - /** * Broadcast action: lid state changed * @hide */ |