|
|
|
@ -183,7 +183,7 @@ public class ActivityEML extends ActivityBase {
|
|
|
|
|
if (uri == null)
|
|
|
|
|
throw new FileNotFoundException();
|
|
|
|
|
|
|
|
|
|
File dir = new File(getCacheDir(), "shared");
|
|
|
|
|
File dir = new File(context.getCacheDir(), "shared");
|
|
|
|
|
if (!dir.exists())
|
|
|
|
|
dir.mkdir();
|
|
|
|
|
|
|
|
|
|