how to get the full path of sdcard directory in android phonegap with javascript?

后端 未结 3 783
庸人自扰
庸人自扰 2021-01-19 17:26

I am using PhoneGap 2.8.0 for android app.

Need to get the full path of sdcard using javascript in phonegap, because in my mobile it shows the location as file

3条回答
  •  生来不讨喜
    2021-01-19 17:47

    Finally i found we can't get the external SD Card Path,

    Environment.getExternalStorageState();
    

    Its returns only Internal SD Card path

    Reference: http://developer.android.com/reference/android/os/Environment.html#getExternalStorageDirectory()

提交回复
热议问题