android中打开浏览器

5年以前  |  阅读数:416 次  |  编程语言:JAVA 
Intent viewIntent = new 
    Intent("android.intent.action.VIEW",Uri.parse("http://vaiyanzi.cnblogs.com"));

startActivity(viewIntent);

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8