これがデバイスでは機能しないのに、bb シミュレーターでは機能する理由。デバイスで動作させるための提案はありますか?
Invocation invocation = new Invocation("file:///SDCard/BlackBerry/music/song.mp3");
Registry reg = Registry.getRegistry("net.rim.device.api.content.BlackBerryContentHandler");
reg.invoke(invocation);