SoFunction
Updated on 2025-04-09

Play online music code in Android

Copy the codeThe code is as follows:

Intent intent = new Intent(); 
        Uri uri = ("/music/group/bbs/mp3/44/100715/1279159638887.mp3?z=909255638"); 
        (uri, "audio/*"); 
        (Intent.ACTION_VIEW); 
        startActivity(intent); 
 

(uri, "audio/*"); Here it can be changed to audio/mp3