weijiang8410 / mathdoku

Automatically exported from code.google.com/p/mathdoku
0 stars 0 forks source link

Use getFilesDir() instead of hard-coded path for saved games #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently save path is hard-coded as "/data/data/net.cactii.mathdoku/", but it 
should ideally use getFilesDir() to obtain the path.

Original issue reported on code.google.com by em...@srlee.com on 30 Apr 2013 at 1:24

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This has already been implemented in class Util.java in revision276. Only in 
class GameFileConverted the hard coded path is not replaced intently.

Original comment by paul.din...@gmail.com on 30 Apr 2013 at 3:15