2016-03-27 5 views

答えて

4

application/x-bittorrent

Intent intent = new Intent(Intent.ACTION_VIEW); 
intent.setDataAndType(TorrentUri, "application/x-bittorrent"); 
intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY); 
startActivity(intent); 
としてMIMEタイプとの意図を起動してみてください
関連する問題