android將路徑轉化爲URI

若是已經取得了檔案的路徑的字串,那怎麼轉成URI呢? String ImagePath = "file://" + 路徑; Uri uri = Uri.parse(ImagePath); 重點在於要加上『file://』,才能成為合法的URI,否則該URI會無法表示相對應的檔案位置。 EX:file:///ola/android.txt 補充: 或是用Environment.getExternal
相關文章
相關標籤/搜索