通知栏优先级设置调试
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| #Created by .winboll/winboll_app_build.gradle | ||||
| #Tue May 06 03:04:55 GMT 2025 | ||||
| #Tue May 06 03:10:10 GMT 2025 | ||||
| stageCount=0 | ||||
| libraryProject= | ||||
| baseVersion=15.0 | ||||
| publishVersion=15.0.0 | ||||
| buildCount=117 | ||||
| buildCount=119 | ||||
| baseBetaVersion=15.0.1 | ||||
|   | ||||
| @@ -85,6 +85,8 @@ public class TimeStampRemoteViewsUtil { | ||||
|         NotificationCompat.Builder builder = new NotificationCompat.Builder(mContext, CHANNEL_ID) | ||||
|             .setSmallIcon(android.R.drawable.ic_dialog_info) | ||||
|             .setContent(mRemoteViews) | ||||
|             .setPriority(NotificationCompat.PRIORITY_HIGH) | ||||
|             .setOngoing(true) | ||||
|             .setAutoCancel(true); | ||||
|  | ||||
|         // 显示通知 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ZhanGSKen
					ZhanGSKen