import Android.support.V4.Media.App.NotificationCompat.Mediastyle;

// use instead
import androidx.media.app.NotificationCompat
GutoTrosla