蘿得王's Blog
2011年4月10日 星期日
Android 從SD卡中讀取檔案URI應該注意的部份
有些人在讀取檔案用Uri.parse 時常出現問題
只要用下列的取代掉"/sdcard/"就可以避免
Uri.fromFile(new File(Environment.getExternalStorageDirectory(),"檔案名稱"));
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)