Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
In Backward Compatibility (pre Android 13), the configuration is modified at the AppComaptActivity's level and hence the application context not getting modified is intended behaviour. Similar behaviour can be seen for nightMode.
Description
It would be nice if we had a BlendModeColorFilterCompat that we could pass to setColorFilter(ColorFilter colorFilter) that did the right thing on each API level.