Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
64b84a7976
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ public class ResourceManager {
|
|||
public void resetStoreDirectory() {
|
||||
dirWithTiles = context.getAppPath(IndexConstants.TILES_INDEX_DIR);
|
||||
dirWithTiles.mkdirs();
|
||||
context.getAppPath(IndexConstants.GPX_INDEX_DIR).mkdirs();
|
||||
// ".nomedia" indicates there are no pictures and no music to list in this dir for the Gallery app
|
||||
try {
|
||||
context.getAppPath(".nomedia").createNewFile(); //$NON-NLS-1$
|
||||
|
|
Loading…
Reference in a new issue