Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

184
Vistas
Silent Push Notifications

How can we archive silent notification tag in android. We have a service for which we need a silent notificatioin. Current Code

  if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
        val notificationManager =
            getSystemService(Context.NOTIFICATION_SERVICE) as NotificationManager
        val channel = NotificationChannel(
            "" + Constant.SERVICE_CHANNEL_ID,
            "" + Constant.SERVICE_CHANNEL_NAME,
            NotificationManager.IMPORTANCE_LOW
        ).let {
            it.description = "StarVpn Service channel"
            //it.description = "no sound"
            it.enableLights(false)
            //it.lightColor = Color.RED
            it.enableVibration(false)
            it.vibrationPattern = null
            it.setSound(null, null)
            it.setShowBadge(false)
            it
        }
      
 
over 4 years ago · Santiago Trujillo
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda