Emmanuel Mtali
Emmanuel Mtali

Reputation: 4983

How to use MediaStyle

Currently I want to implement media style notification with NotificationCompat.MediaStyle but unfortunately I am getting

Can not resolve 'MediaStyle'

It looks like it have been removed . . . I am using androidx.appcompat:appcompat:1.1.0

I can't find the alternative solution for such problem, can someone please help. Thanks

Upvotes: 0

Views: 99

Answers (1)

jmart
jmart

Reputation: 2941

You just need to prepend the media style with 'androidx.media.app'.

More information here: error: cannot find symbol class MediaStyle after migrating to androidx

Upvotes: 2

Related Questions