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()方法将通知设置为前台通知。

这样做的

相关内容

热门资讯

透视总结"wepok... 透视总结"wepoker有用吗"详细辅助解密教程(可以下载游戏技巧);《WPK辅助透视》‌:支持手机...
透视ai"wepok... 透视ai"wepoker辅助器有哪些功能"详细辅助黑科技教程(私人定制透视软件);最新版2024是一...
透视存在"werpl... 《透视存在"werplan透视挂"详细辅助分享教程(国外版透视神器)》 werplan透视挂软件透明...
透视线上"wepok... 透视线上"wepoker辅助透视软件"详细辅助力荐教程(透视版下载辅助);1分钟了解详细教程(微信 ...
透视插件"德普之星透... 透视插件"德普之星透视软件免费入口官网"详细辅助wepoke教程(辅助器辅助)1、许多玩家不知道德普...
辅助透视"wepok... 辅助透视"wepoker破解工具"详细辅助总结教程(私人局透视教程神器);人气非常高,ai更新快且高...
透视安装"hhpok... 1、透视安装"hhpoker德州透视挂"详细辅助揭秘教程(线上大神神器);详细教程。2、hhpoke...
辅助透视"大菠萝免费... 辅助透视"大菠萝免费辅助"详细辅助2025新版教程(有人用过神器)1、许多玩家不知道大菠萝免费辅助辅...
透视中牌率"aa p... 透视中牌率"aa poker辅助"详细辅助介绍教程(辅助透视软件辅助)科技教程也叫必备教程,这是一款...
透视最新"poker... 透视最新"poker master辅助"详细辅助黑科技教程(辅助真的假的技巧)科技教程也叫必备教程,...