mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
updated directory manager
This commit is contained in:
parent
9aaa152b9a
commit
9e44596db7
1492
framework/assets/www/cordova.js
vendored
1492
framework/assets/www/cordova.js
vendored
File diff suppressed because it is too large
Load Diff
@ -138,7 +138,7 @@ public class DirectoryManager {
|
|||||||
*
|
*
|
||||||
* @return the absolute path of where to store the file
|
* @return the absolute path of where to store the file
|
||||||
*/
|
*/
|
||||||
protected static String getTempDirectoryPath(Context ctx) {
|
public static String getTempDirectoryPath(Context ctx) {
|
||||||
File cache = null;
|
File cache = null;
|
||||||
|
|
||||||
// SD Card Mounted
|
// SD Card Mounted
|
||||||
|
Loading…
Reference in New Issue
Block a user