Aug 29, 2017 · 1 min read
When calling getPlaybackState().getPosition() on the MediaController, should that value be constantly changing and up to date automatically? I’m a bit confused because the UniversalMediaPlayer sample project seems to do that, but for me when using a newer version of the support library in my own app it just returns the position of the audio from the last state change. For example, it will only update after hitting pause.
