直播软件源码,Android 跳转系统浏览器的方法

直播软件源码,Android 跳转系统浏览器的方法

Intent intent= new Intent();        
intent.setAction("android.intent.action.VIEW");    
Uri content_url = Uri.parse("http://www.cnblogs.com");   
intent.setData(content_url);  
startActivity(intent);

​以上就是直播软件源码,Android 跳转系统浏览器的方法, 更多内容欢迎关注之后的文章

 

posted @ 2023-06-15 14:03  云豹科技-苏凌霄  阅读(12)  评论(0编辑  收藏  举报