version:5.1
fix: update:主页增加图标
This commit is contained in:
@@ -16,8 +16,8 @@ android {
|
|||||||
applicationId "com.uiui.aios"
|
applicationId "com.uiui.aios"
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 40
|
versionCode 42
|
||||||
versionName "4.9"
|
versionName "5.1"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
|
|||||||
@@ -192,12 +192,16 @@ public class NoticeActivity extends AppCompatActivity {
|
|||||||
JZDataSource jzDataSource;
|
JZDataSource jzDataSource;
|
||||||
if (!file.exists()) {
|
if (!file.exists()) {
|
||||||
jzDataSource = new JZDataSource(filePath, "");
|
jzDataSource = new JZDataSource(filePath, "");
|
||||||
|
Log.e(TAG, "showData: not exists");
|
||||||
} else {
|
} else {
|
||||||
|
Log.e(TAG, "showData: exists " + file);
|
||||||
URI uri = file.toURI();
|
URI uri = file.toURI();
|
||||||
jzDataSource = new JZDataSource(uri.toString(), "");
|
jzDataSource = new JZDataSource(uri.toString(), "");
|
||||||
}
|
}
|
||||||
jzDataSource.looping = true;
|
jzDataSource.looping = true;
|
||||||
jz_video.setUp(jzDataSource, Jzvd.SCREEN_NORMAL);
|
jz_video.setUp(jzDataSource, Jzvd.SCREEN_NORMAL);
|
||||||
|
jz_video.startPreloading();
|
||||||
|
jz_video.startVideoAfterPreloading();
|
||||||
jz_video.startVideo();
|
jz_video.startVideo();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -417,7 +417,7 @@ public class MainService extends BaseService implements MainSContact.MainSView,
|
|||||||
@Download.onTaskComplete
|
@Download.onTaskComplete
|
||||||
void taskComplete(DownloadTask task) {
|
void taskComplete(DownloadTask task) {
|
||||||
//在这里处理任务完成的状态
|
//在这里处理任务完成的状态
|
||||||
|
Log.e(TAG, "taskComplete: "+task.getFilePath() );
|
||||||
}
|
}
|
||||||
|
|
||||||
@Download.onTaskFail
|
@Download.onTaskFail
|
||||||
|
|||||||
@@ -67,6 +67,9 @@ public class ApkUtils {
|
|||||||
this.add("com.android.mms");
|
this.add("com.android.mms");
|
||||||
this.add("com.uiui.city");
|
this.add("com.uiui.city");
|
||||||
this.add("com.alldocube.store");
|
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>() {{
|
private static HashSet<String> allHintPackage = new HashSet<String>() {{
|
||||||
this.add("com.android.uiuios");
|
this.add("com.android.uiuios");
|
||||||
|
|||||||
Reference in New Issue
Block a user