打开系统图库

        Intent intent = new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
        this.startActivity(intent);

 

posted @ 2015-11-19 13:51  一路向北中  阅读(153)  评论(0)    收藏  举报