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.
IP アドレスでブラウザを起動しようとしています。
String url = "//192.168.178.1" Intent i = new Intent(Intent.ACTION_VIEW); i.addCategory(Intent.CATEGORY_BROWSABLE); i.setData(Uri.parse(url)); startActivity(i);
しかし、IP を参照する代わりに、アプリがクラッシュし、ブラウザーに「新しいタブ」ウィンドウしか表示されません。