Assigned
Status Update
Comments
pe...@google.com <pe...@google.com> #2
Issue with notification access code in core. Unclear where, but probably safe to assume NotificationCompat
.
ad...@gmail.com <ad...@gmail.com> #3
Note that this is a lint error and can be suppressed or lowered to warning-level on the client side. Lowering back to P2
.
Description
Version used: 1.4.0
Devices/Android versions reproduced on: All (Samsung Galaxy S21)
With the code below(from documentation) it is not possible to switch toolbar colors according to device theme "on the fly":
val customTabIntent = CustomTabsIntent.Builder().apply {
setShowTitle(true)
setColorScheme(COLOR_SCHEME_SYSTEM)
setColorSchemeParams(COLOR_SCHEME_DARK, defaultColors)
}.build()