Keeping notification from dismissing when service is destroyed in Oreo
问题 Okay. I had a question regaurding keeping Media Player Services in Android Oreo. Based on the discussion here: Android Oreo: Keep started background service alive without setting it foreground (but with a notification)? It seems the proper way to handle Media player services in Android Oreo is to store state information when the media player is paused so if it is destroyed, pressing play will create a new media player and start where it left off. My question is how do I create a notification