Fixed
Status Update
Comments
lb...@gmail.com <lb...@gmail.com> #2
Just to make it clear:
It's well known that the API isn't guaranteed to do anything, but here it doesn't make sense, because both built in live wallpapers and normal wallpapers do change things.
It's highly inconsistent. You should see the same exact behavior on all cases.
It's well known that the API isn't guaranteed to do anything, but here it doesn't make sense, because both built in live wallpapers and normal wallpapers do change things.
It's highly inconsistent. You should see the same exact behavior on all cases.
lb...@gmail.com <lb...@gmail.com> #3
Attached here a video of normal wallpaper. You can see it affects the colors of the UI too.
lb...@gmail.com <lb...@gmail.com> #4
I've moved the Muzei live wallpaper to be a system app, and even now it fails.
For some reason, only the ones that are installed by default can affect the OS colors.
For some reason, only the ones that are installed by default can affect the OS colors.
lb...@gmail.com <lb...@gmail.com> #5
Also wrote about this issue on StackOverflow, hoping one could tell me what's going on:
https://stackoverflow.com/q/50450411/878126
lb...@gmail.com <lb...@gmail.com> #6
I think Muzei creator (Ian Lake) also thinks this is an OS bug, hoping it will get fixed :
https://github.com/romannurik/muzei/issues/533
ad...@google.com <ad...@google.com>
ad...@google.com <ad...@google.com> #7
We have passed this to the development team and will update this issue with more information as it becomes available.
ad...@google.com <ad...@google.com> #8
The development team has fixed the issue that you have reported and it will be available in a future build.
lb...@gmail.com <lb...@gmail.com> #9
@8 Very good news. Thank you so much.
sk...@gmail.com <sk...@gmail.com> #10
@9 success! Congratulations on persistence & I'm looking forward to using your app again once this is fixed. @8 thank you development team..
lb...@gmail.com <lb...@gmail.com> #11
@8 This still doesn't work on DP3.
You said it will get fixed...
You said it will get fixed...
lb...@gmail.com <lb...@gmail.com> #12
Because of this, I made a new issue:
Description
PP2.180412.013
* Is this a regression from O to P?
Doesn't occur on O 8.1 and also not on P DP1
* What device are you using? (for example, Pixel XL)
Pixel 2
* What are the steps to reproduce the problem? (Please provide the minimal reproducible test case.)
1. Set the built in live wallpaper "Gooey-Windy midnight" as your live wallpaper.
2. Look at various UI components on your OS, such as the volume bar, the notification drawer, etc. All became black. This is because the app returns black colors for onComputeColors .
3. Now use your Muzei live wallpaper, which also uses onComputeColors and reports of black colors, in case you've chosen to show black content. Check it on both Android 8.1 (or P DP1) and Android P DP2.
* Issue Category e.g. Framework (platform), NDK (platform), Hardware (CPU, GPU, Sensor, Camera), ART (platform), Runtime Permissions etc
Framework, UX
* What was the expected result?
We should see the same behavior on third party live wallpaper apps as on built in live wallpaper apps.
* Can you provide the API document where this expected behavior is explained?
* What was the actual result?
For built in live wallpaper, the colors have changed, as expected and as observed on previous Android versions.
For third party live wallpaper, it didn't, even though on DP1 and on 8.1 it worked the same.
Attached video to show issue.
You can also check it out here, including a sample
Please just check it out.