调整通知栏显示信息
This commit is contained in:
parent
19b8251182
commit
f59f7676b7
@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Wed May 07 13:59:51 HKT 2025
|
||||
#Wed May 07 06:03:43 GMT 2025
|
||||
stageCount=15
|
||||
libraryProject=
|
||||
baseVersion=15.0
|
||||
publishVersion=15.0.14
|
||||
buildCount=0
|
||||
buildCount=1
|
||||
baseBetaVersion=15.0.15
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user