admin 管理员组

文章数量: 887016

imageButtonBrowser
					.setOnClickListener(new ImageButton.OnClickListener() {

						public void onClick(View v) {
							Uri uri = Uri.parse("http://www.baidu");
							Intent intent = new Intent(Intent.ACTION_VIEW, uri);
							startActivity(intent);
						}
					});

本文标签: 跳转 浏览器 基础 Android URL