How am i suppose to use this
android.intent.category.APP_MUSIC
to launch the music player? it doesn't work if i call makeMainSelectorActivity
Intent intent = new Intent();
intent.makeMainSelectorActivity(intent.ACTION_MAIN,
"android.intent.category.APP_MUSIC");
startActivity(intent);
Used below code :
or
Ans also prefer url :
Launching the default music player
This solution might help someone looking to launch default Music Player: