aboutsummaryrefslogtreecommitdiffstats
path: root/sdk/src/java/lineageos/content/Intent.java
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/src/java/lineageos/content/Intent.java')
-rw-r--r--sdk/src/java/lineageos/content/Intent.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/sdk/src/java/lineageos/content/Intent.java b/sdk/src/java/lineageos/content/Intent.java
index fa4eeb66..ad6296ec 100644
--- a/sdk/src/java/lineageos/content/Intent.java
+++ b/sdk/src/java/lineageos/content/Intent.java
@@ -113,4 +113,11 @@ public class Intent {
*/
public static final String ACTION_UPDATE_POWER_MENU =
"lineageos.intent.action.UPDATE_POWER_MENU";
+
+ /**
+ * Broadcast action: notify SystemUI that LiveDisplay service has finished initialization.
+ * @hide
+ */
+ public static final String ACTION_INITIALIZE_LIVEDISPLAY =
+ "lineageos.intent.action.INITIALIZE_LIVEDISPLAY";
}