Assigned
Status Update
Comments
ki...@google.com <ki...@google.com>
pe...@google.com <pe...@google.com> #2
having the same issue
Room version > 2.7.0-alpha08
agp = "8.2.2"
kotlin = "2.0.20"
ksp-plugin = "2.0.20-1.0.24"
also Reverting to Room version 2.7.0-alpha07 solves the issue.
Room version > 2.7.0-alpha08
agp = "8.2.2"
kotlin = "2.0.20"
ksp-plugin = "2.0.20-1.0.24"
also Reverting to Room version 2.7.0-alpha07 solves the issue.
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!