From 882fd04c098cdf04e4439074c4919be2a079d3f4 Mon Sep 17 00:00:00 2001 From: maxmpz Date: Fri, 30 Jun 2023 02:06:06 +0300 Subject: [PATCH] - ACTION_NOTIFICATION_DELETED --- .../java/com/maxmpz/poweramp/player/PowerampAPI.java | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/poweramp_api_lib/src/main/java/com/maxmpz/poweramp/player/PowerampAPI.java b/poweramp_api_lib/src/main/java/com/maxmpz/poweramp/player/PowerampAPI.java index 57ec1c44..3eb63521 100644 --- a/poweramp_api_lib/src/main/java/com/maxmpz/poweramp/player/PowerampAPI.java +++ b/poweramp_api_lib/src/main/java/com/maxmpz/poweramp/player/PowerampAPI.java @@ -577,7 +577,7 @@ public static final class Commands { * Used by Notification controls to stop pending/paused service/playback and unload/remove notification */ public static final int STOP_SERVICE = 100; - + /** * Set as active and/or import visualization preset

* Depending on extras, preset will be:
@@ -1055,6 +1055,13 @@ public static final class Commands { */ public static final String ACTION_SKIN_MAIN = "com.maxmpz.audioplayer.SKIN_MAIN"; + /** + * Used internally + * @since 966 + */ + public static final String ACTION_NOTIFICATION_DELETED = "com.maxmpz.audioplayer.ACTION_NOTIFICATION_DELETED"; + + /** * Poweramp settings activity */