version:1.9

fix:
update:增加安装完成后删除文件,修复设备信息上传失败
This commit is contained in:
2022-11-19 17:38:27 +08:00
parent 12f09a81da
commit 81b43f95fa
7 changed files with 114 additions and 9 deletions

View File

@@ -51,6 +51,7 @@ public class APKinstallReceiver extends BroadcastReceiver {
switch (action) {
case Intent.ACTION_PACKAGE_ADDED:
state = "安装了:";
JGYUtils.RemoveTask(context, packageName);
break;
case Intent.ACTION_PACKAGE_REPLACED:
cleanLauncher3Cache();