NotificationListenerService как проверить установлен ли звук на уведомление

public class NotifGetService extends NotificationListenerService {

    @Override
        public void onNotificationPosted(StatusBarNotification sbn) {

            sbn.getNotification().sound //всегда null 
        }
    }
}

Ответы (0 шт):