Skip to content

Commit

Permalink
- removed PauseFlags (not used in public APIs)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmpz committed Jun 27, 2023
1 parent 9b948b9 commit 2d7e3a3
Showing 1 changed file with 3 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1611,24 +1611,6 @@ public static final class LyricsState {
public static final String TYPE = "type";
}

public interface PauseFlags {
/**
* Ask to keep service/notification
*/
public static final int KEEP_SERVICE = 0x0001;

/**
* Specifically ask not to keep service/notification. Has priority over KEEP_SERVICE
*/
public static final int DONT_KEEP_SERVICE = 0x0002;

/**
* Don't fade out pause
* @since 867
*/
public static final int NO_FADE = 0x0004;
}

/**
* {@link PowerampAPI.Track} {@link PowerampAPI.Track#CAT} categories
*/
Expand Down Expand Up @@ -2042,15 +2024,15 @@ public static class Settings {
* Exports Poweramp settings<br>
* Target URI for file should be set via {@link Intent#setData} with the appropriate permissions given to Poweramp process
* Extras: {@link #EXTRA_UI}
* @derpecated disabled starting from build-912
* @deprecated disabled starting from build-912
*/
@Deprecated
public static final String ACTION_EXPORT_SETTINGS = "com.maxmpz.audioplayer.ACTION_EXPORT_SETTINGS";

/**
* Sent by your app to Poweramp.<br>
* Imports Poweramp settings
* @derpecated disabled starting from build-912
* @deprecated disabled starting from build-912
*/
@Deprecated
public static final String ACTION_IMPORT_SETTINGS = "com.maxmpz.audioplayer.ACTION_IMPORT_SETTINGS";
Expand Down Expand Up @@ -2337,7 +2319,7 @@ public static Intent newAPIIntent() {

/**
* Uri query parameter - filter. Currently used only for the search uri
* @Deprecated not used anymore
* @deprecated not used anymore
*/
@Deprecated
public static final String PARAM_FILTER = "flt";
Expand Down

0 comments on commit 2d7e3a3

Please sign in to comment.