mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
updated directory manager
This commit is contained in:
Vendored
+2
-1490
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
|
||||
*/
|
||||
protected static String getTempDirectoryPath(Context ctx) {
|
||||
public static String getTempDirectoryPath(Context ctx) {
|
||||
File cache = null;
|
||||
|
||||
// SD Card Mounted
|
||||
|
||||
Reference in New Issue
Block a user