常驻通知栏UI优化。
This commit is contained in:
parent
38e4deb425
commit
640f0c39e9
@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sat May 03 05:44:59 GMT 2025
|
#Sat May 03 08:40:10 GMT 2025
|
||||||
stageCount=1
|
stageCount=1
|
||||||
libraryProject=
|
libraryProject=
|
||||||
baseVersion=15.2
|
baseVersion=15.2
|
||||||
publishVersion=15.2.0
|
publishVersion=15.2.0
|
||||||
buildCount=72
|
buildCount=73
|
||||||
baseBetaVersion=15.2.1
|
baseBetaVersion=15.2.1
|
||||||
|
@ -55,8 +55,9 @@ public class NotificationUtil {
|
|||||||
|
|
||||||
Notification mForegroundNotification = new Notification.Builder(service, szServiceChannelID)
|
Notification mForegroundNotification = new Notification.Builder(service, szServiceChannelID)
|
||||||
.setAutoCancel(true)
|
.setAutoCancel(true)
|
||||||
.setContentTitle(service.getString(R.string.app_name))
|
//.setContentTitle(service.getString(R.string.app_name))
|
||||||
.setContentText(service.TAG + " is started.")
|
.setContentTitle(service.TAG + " is started.")
|
||||||
|
//.setContentText(service.TAG + " is started.")
|
||||||
.setWhen(System.currentTimeMillis())
|
.setWhen(System.currentTimeMillis())
|
||||||
.setSmallIcon(R.drawable.ic_launcher)
|
.setSmallIcon(R.drawable.ic_launcher)
|
||||||
//设置红色
|
//设置红色
|
||||||
|
Loading…
x
Reference in New Issue
Block a user