i.e. $PREFIX/libexec/termux-api MediaPlayer
The API would crash because:
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.toUpperCase()' on a null object reference
Note that it would probably crash even if command is switched without toUpperCase.
Btw, what's the point of the toUpperCase anyway?
@dkramer95