version:5.1
fix: update:主页增加图标
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user