18
Android Bildirim Sesi
Daha yeni NotificationCompat oluşturucusunu kullandım ve ses çıkarmak için bildirim alamıyorum. Titreşir ve ışığı yanıp söner. Android dokümantasyon, yaptığım bir stil belirlemek için söylüyor: builder.setStyle(new NotificationCompat.InboxStyle()); Ama ses yok mu? Tam kod: NotificationCompat.Builder builder = new NotificationCompat.Builder(this) .setSmallIcon(R.drawable.ic_launcher) .setContentTitle("Notifications Example") .setContentText("This is a test notification"); Intent notificationIntent = new Intent(this, …