Skip to content

Commit

Permalink
- ACTION_NOTIFICATION_DELETED
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmpz committed Jun 29, 2023
1 parent 2d7e3a3 commit 882fd04
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<br><br>
* Depending on extras, preset will be:<br>
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit 882fd04

Please sign in to comment.