package global const ( DOMAIN_PLAYCONTROL = "PlayControl" INTENT_CONTROL_PAUSE = "control_pause" INTENT_CONTROL_EXIT = "control_exit" INTENT_CONTROL_STOP = "control_stop" INTENT_CONTROL_NEXT = "control_next" INTENT_CONTROL_RESUME = "control_resume" INTENT_CONTROL_REPLAY = "control_replay" INTENT_CONTROL_PREVIOUS = "control_previous" INTENT_QUERY_SONG = "query_song" )