mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
Put trailing / into getRootPaths() to remain consistent with BBW
This commit is contained in:
parent
50b435c4d1
commit
6e572f05e4
@ -265,7 +265,8 @@ public class DirectoryManager {
|
||||
*/
|
||||
protected static JSONArray getRootPaths() {
|
||||
JSONArray retVal = new JSONArray();
|
||||
retVal.put(Environment.getExternalStorageDirectory().getAbsolutePath());
|
||||
String path = Environment.getExternalStorageDirectory().getAbsolutePath() + "/";
|
||||
retVal.put(path);
|
||||
return retVal;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user