AChep / AcDisplay

AcDisplay is a new way of handling notifications in Android.
acdisplay.org
GNU General Public License v2.0
751 stars 225 forks source link

MX player #121

Closed llcool closed 5 years ago

llcool commented 8 years ago

Media player controls are not displayed on AcDisplay (v3.8.4) screen but are display on the Android notification panel.

Samsung Note 3 Android 5.0

CarlosACepeda commented 5 years ago

The controls being displayed on the Lockscreen are not controlled by the app itself but by an Android API that notifies listener about changes in the media. in the case of Lollipop that would be the MediaSessionsManager ahm, if the MusicPlayer does not register a MediaSession to play it's media then the MediaSessionsManager can't notify listeners about this MediaSession, thus, app not being able to show controls on the screen.

CarlosACepeda commented 5 years ago

Im closing the issue, if you think/see that it still happens, please attach logs, screenshots and any other useful information.