Control media playback

This commit is contained in:
2022-01-26 22:53:02 +01:00
parent 5f0eab5b30
commit abaa961d3a
4 changed files with 45 additions and 50 deletions

View File

@ -333,9 +333,12 @@ public class Action
returnString.append(Miscellaneous.getAnyContext().getResources().getString(R.string.pause));
break;
case "3":
returnString.append(Miscellaneous.getAnyContext().getResources().getString(R.string.previous));
returnString.append(Miscellaneous.getAnyContext().getResources().getString(R.string.stop));
break;
case "4":
returnString.append(Miscellaneous.getAnyContext().getResources().getString(R.string.previous));
break;
case "5":
returnString.append(Miscellaneous.getAnyContext().getResources().getString(R.string.next));
break;
default: