| }; | }; | ||||
| public static File getDataPath(Context context) { | public static File getDataPath(Context context) { | ||||
| return new File(context.getDir("voices", MODE_WORLD_READABLE), "espeak-data"); | |||||
| return new File(context.getDir("voices", MODE_PRIVATE), "espeak-data"); | |||||
| } | } | ||||
| public static boolean hasBaseResources(Context context) { | public static boolean hasBaseResources(Context context) { |