I just have tried the old method of start to play a .mp3 file with adb command.
adb shell am start -n com.google.android.music/com.android.music.MediaPlaybackActivity -d /sdcard/Music/abc.mp3
But currently it does not work. Could any one help to check if there are any updated ways to do so?
Issue resolved by using command such as:
(file path: /storage/sdcard0/test.wav)
(file path: /storage/emulated/0/test.wav)
Start Play:
To Close the Player:
To Stop the Player:
Pause/resume: