「Android」ブラウザを開くサンプルコード
サンプルコード
Intent viewIntent = new
Intent(“android.intent.action.VIEW",Uri.parse(“http://xxx.sample.com"));
startActivity(viewIntent);
Coding Changes the World
サンプルコード
Intent viewIntent = new
Intent(“android.intent.action.VIEW",Uri.parse(“http://xxx.sample.com"));
startActivity(viewIntent);