MediaNotification icon indicating copy to clipboard operation
MediaNotification copied to clipboard

Slightly unstable attempt to replace all media notifications with Android O styled copies.

Results 14 MediaNotification issues
Sort by recently updated
recently updated
newest added

![screenshot_20170922-071543](https://user-images.githubusercontent.com/13785669/30730259-fc42e9ac-9f65-11e7-9113-33b82ecc8453.png) While being connected with a Bluetooth device whenever I press pause on the player or on the Bluetooth device the MediaNotifcation stays in the playing state (displays "playing" in...

bug

Take a look at this: https://github.com/BrianValente/MediaNotification/blob/master/app/src/main/java/james/medianotification/services/NotificationService.java#L402 With OnActiveSessionsChangedListener I can get every MediaController running on the device and access it's metadata, including the album art. I'm using it right now...

The notification currently does not remove itself when the music player is closed. I honestly don't think it is possible to detect this except for on apps like Phonograph that...

enhancement