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.
私は Android の初心者です。終了せずにアプリから Web ページを呼び出す必要があります。次のコードを試します。
Intent intent = new Intent(Intent.ACTION_VIEW); intent.setData(Uri.parse("http://www.google.es")); activity.startActivity(intent);
動作しません。
助けてくれてありがとう!!!