Get File describing path and name of history file @return file object
()
| 57 | * @return file object |
| 58 | */ |
| 59 | private static File getHistoryFile(){ |
| 60 | return new File(Environment.getUserDataDir() + File.separator + HISTORY_FILENAME); |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * Get File describing path and name of available worlds file |
no test coverage detected