Create a service to play a music Perform starting and stopping the service in android studio code example
Example: android start service
startService(new Intent(this, UpdaterServiceManager.class));
startService(new Intent(this, UpdaterServiceManager.class));