summaryrefslogtreecommitdiff
path: root/sdk/src/java/lineageos/content/Intent.java
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2020-11-06 20:04:03 +0100
committerLuK1337 <priv.luk@gmail.com>2020-11-07 17:15:09 +0100
commitd8742f0727aad8187a903a0afbafbc909edf1d1c (patch)
tree800c40ca05e739f5ac20c0ae9e946280f5768d1d /sdk/src/java/lineageos/content/Intent.java
parent1f93089a724d2ee082ff3858533865c148822810 (diff)
sdk: Deprecate POWER_MENU_ACTIONS
Change-Id: I35b0d1123a427598e548cf865328a7c9423cbbca
Diffstat (limited to 'sdk/src/java/lineageos/content/Intent.java')
-rw-r--r--sdk/src/java/lineageos/content/Intent.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/sdk/src/java/lineageos/content/Intent.java b/sdk/src/java/lineageos/content/Intent.java
index ad6296ec..62fae188 100644
--- a/sdk/src/java/lineageos/content/Intent.java
+++ b/sdk/src/java/lineageos/content/Intent.java
@@ -104,17 +104,6 @@ public class Intent {
"lineageos.intent.extra.LID_STATE";
/**
- * Broadcast Action: Update preferences for the power menu dialog. This is to provide a
- * way for the preferences that need to be enabled/disabled to update because they were
- * toggled elsewhere in the settings (ie screenshot, user switcher, etc) so we don't have
- * to do constant lookups while we wait for the menu to be created. Getting the values once
- * when necessary is enough.
- *@hide
- */
- 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
*/