version:5.1

fix:
update:主页增加图标
This commit is contained in:
2022-10-19 22:47:25 +08:00
parent d6267d1af3
commit 95f7d25307
4 changed files with 10 additions and 3 deletions

View File

@@ -192,12 +192,16 @@ public class NoticeActivity extends AppCompatActivity {
JZDataSource jzDataSource;
if (!file.exists()) {
jzDataSource = new JZDataSource(filePath, "");
Log.e(TAG, "showData: not exists");
} else {
Log.e(TAG, "showData: exists " + file);
URI uri = file.toURI();
jzDataSource = new JZDataSource(uri.toString(), "");
}
jzDataSource.looping = true;
jz_video.setUp(jzDataSource, Jzvd.SCREEN_NORMAL);
jz_video.startPreloading();
jz_video.startVideoAfterPreloading();
jz_video.startVideo();
}
} else {

View File

@@ -417,7 +417,7 @@ public class MainService extends BaseService implements MainSContact.MainSView,
@Download.onTaskComplete
void taskComplete(DownloadTask task) {
//在这里处理任务完成的状态
Log.e(TAG, "taskComplete: "+task.getFilePath() );
}
@Download.onTaskFail

View File

@@ -67,6 +67,9 @@ public class ApkUtils {
this.add("com.android.mms");
this.add("com.uiui.city");
this.add("com.alldocube.store");
this.add("com.android.fmradio");
this.add("com.android.documentsui");
this.add("com.android.calculator2");
}};
private static HashSet<String> allHintPackage = new HashSet<String>() {{
this.add("com.android.uiuios");