MediaNotification
MediaNotification copied to clipboard
Slightly unstable attempt to replace all media notifications with Android O styled copies.
Please check this. https://github.com/RikkaW/Shizuku https://github.com/RikkaApps/Shizuku/blob/cac43c5267169ded40223625cc147c3beec62816/README.md#L14
For example,there are 3 music app running in background,so there are 3 medianotification's notification that will Control each app separately
1.make notification visible on lockscreen 2.add Chninese Translation
I blocked the original music notification by using gravity box,and I found I cannot control music in lockscreen because medianotification dont have a control notification displayed in lockscreen I believe...
I use `Broadcast Receiver` mode to hide original notification, but when I touch `pause` on notification nothing happend. (next/previous button works) Player: Phonograph
It turns out that it is actually possible to use option three (allowing the app to block & unblock the notification) without the UPDATE_APP_OPS_STATS permission, using this shell command: ```...
I got the app to work almost perfectly both with Retro Player and Spotify. Aside from lagging while skipping songs and the fact sometimes it won't update the cover while...
Spotify Notifications sometimes display multiple artists, it would be cool if MediaNotifcation could also display this. I'll look into this myself if I find some time next week.