Fixed
Status Update
Comments
tc...@gmail.com <tc...@gmail.com> #2
We use build flavours heavily with a lot of common code. The refactoring support in AS is really good but it continually catches us out when it doesn't work across all flavours in a project. It's a big gap for serious product development.
ru...@gmail.com <ru...@gmail.com> #3
We at my company need this same feature. We have a lot of white labels and need refactor the same class across flavours. :(
ru...@gmail.com <ru...@gmail.com> #4
I need this feature too...
ma...@gmail.com <ma...@gmail.com> #6
+1 My company also need this feature.
tc...@gmail.com <tc...@gmail.com> #7
Can we atleast know the status of the issue please? Will it be fixed or is it in low priority. It's been 4 years.
ar...@google.com <ar...@google.com> #8
We are currently investigating possibly solutions.
ta...@gmail.com <ta...@gmail.com> #9
+1 This will exclude a lot of unnecessary work. In my work I have 25 flavours. :(
hd...@google.com <hd...@google.com> #10
+1 .. we need it as well...
Description
Version used:25.3.0
Theme used:Theme.AppCompat.Light.NoActionBar
Devices/Android versions reproduced on:Moto G 2015 with Android 7.1.1 (AOSP Extended)
To update the UI of my music player, I call a PlaybackStateCompat#getPosition every 500ms.
With the new version of the support library (25.3.0), it returns always the last value set with MediaSessionCompat#setPlaybackState.
However, in my old Samsung Galaxy S2 Plus with Android 4.4.4, the method still works perfectly.