From b9a622ad20bcef554fc9ec4feb5e66b8b39665f0 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Wed, 4 Dec 2024 15:41:52 +0000 Subject: [PATCH] sdk: Remove no longer used ACTION_UPDATE_POWER_MENU intent Change-Id: If83d4430a71d66e17ec3b30660a83b4c22ec59ff --- sdk/src/java/lineageos/content/Intent.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sdk/src/java/lineageos/content/Intent.java b/sdk/src/java/lineageos/content/Intent.java index 1553bf46..4261ff50 100644 --- a/sdk/src/java/lineageos/content/Intent.java +++ b/sdk/src/java/lineageos/content/Intent.java @@ -66,17 +66,6 @@ public class Intent { public static final String EXTRA_LID_STATE = "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