Used with Intent.ActionMain to launch the music application. The activity should be able to play, browse, or manipulate music files stored on the device.
NOTE: This should not be used as the primary key of an Intent, since it will not result in the app launching with the correct action and category. Instead, use this with Intent.MakeMainSelectorActivity(string, System.String) to generate a main Intent with this category in the selector.