version:1.0.7

update:
bugfixes:改为系统应用,删除无用类
This commit is contained in:
2024-07-31 11:55:19 +08:00
parent a8fcca9fb9
commit 1347b7c6dc
12 changed files with 67 additions and 198 deletions

View File

@@ -29,7 +29,6 @@ import com.xxpatx.os.BuildConfig;
import com.xxpatx.os.R;
import com.xxpatx.os.activity.screenlock.ScreenLockActivity;
import com.xxpatx.os.activity.dailyapp.DailyAppActivity;
import com.xxpatx.os.activity.main.deprecated.OldMainActivity;
import com.xxpatx.os.base.BaseFragment;
import com.xxpatx.os.bean.BaseResponse;
import com.xxpatx.os.bean.DesktopIcon;
@@ -362,7 +361,7 @@ public class AppListFragment extends BaseFragment {
if (!ShortcutUtils.getInstance().deleteShortcut(shortcutPkgInfo.getId(), shortcutPkgInfo.getPackageName())) {
Toaster.show("删除失败");
}
mContext.sendBroadcast(new Intent(OldMainActivity.ACTION_PACKAGE_HIDE));
// mContext.sendBroadcast(new Intent(OldMainActivity.ACTION_PACKAGE_HIDE));
shortcutDialog.dismiss();
}