「Update」

1、增加对皮肤包中的Raw文件拷贝到/sdcard/Android/packagename/raw
This commit is contained in:
donghongyu
2024-10-24 10:51:30 +08:00
parent 5c94b004ef
commit 4552201a8c
7 changed files with 118 additions and 10 deletions

View File

@@ -136,7 +136,7 @@ public class SkinManager extends Observable {
/**
* 下载皮肤包
*/
public void selectSkin(Context context, Skin skin) {
public void downloadSkin(Context context, Skin skin) {
File theme = new File(FileUtils.getExternalAppDirectory(context), "theme");
if (theme.exists() && theme.isFile()) {
theme.delete();