Assigned
Status Update
Comments
ki...@google.com <ki...@google.com>
pe...@google.com <pe...@google.com> #2
Issue with notification access code in core. Unclear where, but probably safe to assume NotificationCompat
.
bl...@gmail.com <bl...@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.2.0
Theme used: n/a
Devices/Android versions reproduced on: Any
Our app uses `showWhenLocked`. You can set it on the Activity tag in the AndroidManifest.
There is an equivalent `inheritShowWhenLocked` attribute.
We do OAuth sign in with Chrome Custom Tabs, and need `showWhenLocked` set on the ChromeCustomTab Activity.
I don't think it's possible from our side to add it?
You could add `inheritShowWhenLocked` on the Activity definition for ChromeCustomTabs and everyone's behaviour would still be the same, except for those that require it and set `showWhenLocked` on their Activity.
(and I then assume Trusted Web Activities would inherit this behaviour also)
Happy New Year!