标签:类型 code new void and color prot art tty
protected void browse() { Intent it = new Intent(Intent.ACTION_GET_CONTENT); //创建动作为 "选取" 的 Intent it.setType("video/*"); //要选取所有视频类型 startActivityForResult(it, 101); }
标签:类型 code new void and color prot art tty
原文地址:http://www.cnblogs.com/gisoracle/p/7631302.html