android.net.Uri及scheme://host:port/path?query的一点小问题
2017-11-09遇到的一点小问题.Android通过android.net.Uri跳转其他应用,并传值,这个经常用到。比如跳转浏览器打开:Uriuri=Uri.parse("http://www.jianshu.com/");Intentintent=newIntent(Intent.ACTION_VIEW,uri);//Intentintent=newIntent();//intent.se