[android-developers] android mediaplayer notification

2015-10-19 Thread Russell Harrower
PLEASE HELP! I am not understanding how I get the mediaplayer to show in the notification drop down box, I have read how-tos and all that and it is not making sense. I have this so far NotificationCompat.Builder builder = new NotificationCompat.Builder( this );

[android-developers] Re: android mediaplayer notification

2015-10-19 Thread Streets Of Boston
Take a look here: https://developer.android.com/reference/android/support/v4/media/session/MediaSessionCompat.html And google (or go to StackOverflow) "MediaSessionCompat" for more info if you get stuck. On Monday, October 19, 2015 at 7:20:23 AM UTC-4, Russell Harrower wrote: > > PLEASE HELP! I