Contains script for calling Android MediaPlayerAPI as well as the manifest for creating a package

Current implementation requires media files to be in a publicly accessible directory so that a proper
URI can be resolved for media playback.

Songs are played in a background service and will continue to play, even if the user closes the app until
the end of the track is reached

Example Usage:

	termux-media-player play someSong.mp3

	termux-media-player pause

	termux-media-player info

