move the temp dir
This commit is contained in:
parent
96f976f5e1
commit
3ad355ba7f
1 changed files with 8 additions and 8 deletions
|
@ -3,13 +3,13 @@ package org.ligi.ticketviewer;
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
|
|
||||||
public class TicketDefinitions {
|
public class TicketDefinitions {
|
||||||
|
|
||||||
public static String getPassesDir(Context ctx) {
|
|
||||||
return ctx.getFilesDir().getAbsolutePath()+"/passes";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public static String getTmpDir(Context ctx) {
|
public static String getPassesDir(Context ctx) {
|
||||||
return ctx.getFilesDir().getAbsolutePath()+"/passes/tmp/";
|
return ctx.getFilesDir().getAbsolutePath() + "/passes";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public static String getTmpDir(Context ctx) {
|
||||||
|
return ctx.getFilesDir().getAbsolutePath() + "/tmp/passes";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue