Android打開本地相冊選取圖片並顯示在ImageView上

/** * 打開本地相冊選擇圖片 */ private void selectPic(){ //intent能夠應用於廣播和發起意圖,其中屬性有:ComponentName,action,data等 Intent intent=new Intent(); intent.setType("image/*"); //action表示intent的類型,能夠是查看、刪除、發佈或
相關文章
相關標籤/搜索