Compare commits

..

3 Commits

Author SHA1 Message Date
ZhanGSKen
5ee9da1982 <timestamp>APK 15.0.15 release Publish. 2025-05-07 14:05:50 +08:00
ZhanGSKen
f59f7676b7 调整通知栏显示信息 2025-05-07 14:05:12 +08:00
ZhanGSKen
19b8251182 <timestamp>APK 15.0.14 release Publish. 2025-05-07 13:59:51 +08:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Wed May 07 13:59:38 HKT 2025
stageCount=14
#Wed May 07 14:05:50 HKT 2025
stageCount=16
libraryProject=
baseVersion=15.0
publishVersion=15.0.13
publishVersion=15.0.15
buildCount=0
baseBetaVersion=15.0.14
baseBetaVersion=15.0.16

View File

@@ -209,7 +209,7 @@ public class MainService extends Service {
case MSG_UPDATE_TIMESTAMP:
{
String szTimeStampShowString = TimeStampUtil.getInstance(MainService.this).getTimeStampShowString();
mNotificationHelper.sendForegroundNotification(MainService.this, "时间戳:\n" + szTimeStampShowString + "\n已拷贝到剪贴板");
mNotificationHelper.sendForegroundNotification(MainService.this, "时间戳:\n" + szTimeStampShowString + "\n已截取");
LogUtils.d(TAG, "Hello, World! " + szTimeStampShowString);
break;