首先要申請許可權
許可權的申請
新增找到外部儲存卡的路徑
file sddir = null;
boolean sdcardexist = environment.getexternalstoragestate()
.equals(android.os.environment.media_mounted);//判斷sd卡是否存在
if(sdcardexist)
注意:3。4都要鞋子try語句裡面才對
在外部儲存卡上寫自己的資料夾
file file1 = new file(wdir);
if (!file1.exists())
資料夾產生只有,就好做自己的檔案了
if (!file.exists())
toast.length_short).show();
try catch (exception e)
randomaccessfile raf = new randomaccessfile(file, "rw");
raf.seek(file.length());
raf.write(result.getbytes());
raf.close();
}}catch (exception e)
Android外部儲存
外部儲存 public class externalstorgautils return bl 根據type型別判斷該file檔案是否存在 param type 檔案型別 return 是否存在 public static boolean ha ternalstoragetype string ty...
Android 內部儲存與外部儲存
android.permission.write external storage 注意 目前所有應用都可以讀取外部儲存,而無需特別的許可權。但這在將來版本中會進行更改。如果應用需要讀取外部儲存 但不向其寫入資訊 那麼您將需要宣告 read external storage許可權。android.p...
Android 外部儲存,內部儲存路徑
import android.content.context import android.os.environment import android.util.log public class directoryutils 獲取當前程式路徑 應用在記憶體上的目錄 data data com.exa...