Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリからアプリケーションを起動するにはどうすればよいですか。例:アプリにリンクがあり、そのリンクをクリックすると別のアプリが開く場合。
これを使って。
private void playVideo(){ startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("vnd.youtube:" + videoId))); lastMonoSrc=5; }