updated directory manager

This commit is contained in:
Steven Gill 2013-06-13 14:39:08 -07:00
parent 9aaa152b9a
commit 9e44596db7
2 changed files with 3 additions and 1491 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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