From f3198de00361d49358e7f8464d9de44e95ef4209 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Tue, 15 Apr 2025 16:18:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BA=90=E7=A0=81=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cc/winboll/studio/autoinstaller/AppBaseTileService.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/autoinstaller/src/main/java/cc/winboll/studio/autoinstaller/AppBaseTileService.java b/autoinstaller/src/main/java/cc/winboll/studio/autoinstaller/AppBaseTileService.java index 604264e..ef33484 100644 --- a/autoinstaller/src/main/java/cc/winboll/studio/autoinstaller/AppBaseTileService.java +++ b/autoinstaller/src/main/java/cc/winboll/studio/autoinstaller/AppBaseTileService.java @@ -46,7 +46,10 @@ public class AppBaseTileService extends TileService { // 更新磁贴状态 //updateServiceIconStatus(this); } - + + // + // 更新磁贴状态 + // // public static void updateServiceIconStatus(Context context) { // if (_AppBaseTileService == null) { // return;