随笔分类 -  Android基础知识

上一页 1 2

Intent用法
摘要:1、应用场景:调用Android自带浏览器访问代码如下:Uri uri = Uri.parse("http://www.cnblogs.com/renqingping");Intent intent = new Intent(Intent.ACTION_VIEW, uri);intent.setClassName("com.android.browser", "com.android.browser.BrowserActivity");startActivity(intent);添加权限:<uses-permission and 阅读全文

posted @ 2012-09-17 10:37 Harvey Ren 阅读(1635) 评论(3) 推荐(3) 编辑

上一页 1 2

导航