Commit 10952282 authored by fallenstardust's avatar fallenstardust

重置资源时增加复制字体文件

parent c8ee7810
...@@ -283,6 +283,8 @@ public class MainActivity extends HomeActivity { ...@@ -283,6 +283,8 @@ public class MainActivity extends HomeActivity {
IOUtils.copyFilesFromAssets(this, getDatapath(Constants.CORE_SKIN_PATH), IOUtils.copyFilesFromAssets(this, getDatapath(Constants.CORE_SKIN_PATH),
AppsSettings.get().getCoreSkinPath(), false); AppsSettings.get().getCoreSkinPath(), false);
IOUtils.copyFilesFromAssets(this, getDatapath(Constants.FONT_DIRECTORY),
AppsSettings.get().getFontDirPath(), true);
/* /*
IOUtils.copyFilesFromAssets(this, getDatapath(Constants.CORE_SOUND_PATH), IOUtils.copyFilesFromAssets(this, getDatapath(Constants.CORE_SOUND_PATH),
AppsSettings.get().getSoundPath(), false);*/ AppsSettings.get().getSoundPath(), false);*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment