Android通知MediaStyle忽略持续标记的问题。
创始人
2024-08-21 19:00:37
0

在使用MediaStyle的通知时,如果想要让通知变成常驻通知,即使用户点击了'清除所有”按钮,通知也不会消失,需要设置setOngoing(true)标记。然而,在某些Android版本中,例如Android 8.0以上的版本,设置setOngoing(true)会被忽略,导致通知会在用户清除所有通知时被移除。

为了解决这个问题,可以使用前台服务的方式来让通知常驻。代码示例如下:

class MyService : Service() {

    companion object {
        const val NOTIFICATION_ID = 1001
    }

    override fun onBind(intent: Intent): IBinder? {
        return null
    }

    override fun onCreate() {
        super.onCreate()

        if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
            val channel = NotificationChannel(
                "my_channel_id",
                "My Channel",
                NotificationManager.IMPORTANCE_LOW
            )

            channel.setShowBadge(false)

            val manager = getSystemService(NOTIFICATION_SERVICE) as NotificationManager
            manager.createNotificationChannel(channel)
        }

        val notificationIntent = Intent(this, MainActivity::class.java)
        val pendingIntent = PendingIntent.getActivity(this, 0, notificationIntent, 0)

        val notification = NotificationCompat.Builder(this, "my_channel_id")
            .setContentTitle("My Notification")
            .setContentText("Content text")
            .setSmallIcon(R.drawable.ic_notification)
            .setPriority(NotificationCompat.PRIORITY_LOW)
            .setContentIntent(pendingIntent)
            .setOngoing(true) // 必须设置为常驻通知
            .build()

        startForeground(NOTIFICATION_ID, notification)
    }
}

在这个示例中,我们创建了一个前台服务来让通知常驻,并设置了setOngoing(true)。同时,我们还创建了一个NotificationChannel,用于适配Android 8.0及以上版本。最后,我们调用了startForeground()方法将通知设置为前台通知。

这样做的

相关内容

热门资讯

刚刚!wepoker有透视功能... 刚刚!wepoker有透视功能吗(透视)卡五星辅助工具(原来真的是有辅助下载)-哔哩哔哩1、让任何用...
透视私人局!pokermast... 透视私人局!pokermaster修改器(透视)邳州友友辅助(其实有辅助软件)-哔哩哔哩1、许多玩家...
透视了解!we poker插件... 透视了解!we poker插件(透视)福建宁德麻将辅助软件(切实存在有辅助工具)-哔哩哔哩1、每一步...
做出回应!wepoker脚本(... 做出回应!wepoker脚本(透视)微信小程序游戏破解器(果然是真的辅助安装)-哔哩哔哩1、起透看视...
透视插件!德州局脚本(透视)友... 透视插件!德州局脚本(透视)友间十三道有什么窍门(原来真的有辅助插件)-哔哩哔哩1、友间十三道有什么...
此事迅速冲上热搜!wepoke... 此事迅速冲上热搜!wepoker怎么增加运气(透视)微友助手怎么破解(真是有辅助app)-哔哩哔哩微...
透视玄学!aapoker怎么设... 透视玄学!aapoker怎么设置抽水(透视)边锋干橙眼辅助器下载(都是是有辅助平台)-哔哩哔哩1、边...
透视挂!xpoker透视辅助(... 透视挂!xpoker透视辅助(透视)天天贵阳大瓮安插件(好像真的有辅助app)-哔哩哔哩1、完成天天...
刚刚!hh poker辅助有用... 刚刚!hh poker辅助有用吗(透视)海盗来了辅助器无限炮(一贯真的是有辅助安装)-哔哩哔哩1、超...
据文件显示!德普之星私人局透视... 据文件显示!德普之星私人局透视(透视)反杀新大厅辅助(切实真的有辅助修改器)-哔哩哔哩暗藏猫腻,小编...