<Android - Kotlin - Link from screen to external (...
# stackoverflow
r
Android - Kotlin - Link from screen to external (google doc) Evening friends, I have a biometric login, that I would like to link to a google doc, both exist and work, Im looking for help to connect the two. I have the google doc shared with a link, and the source for the biometric login which works perfectly. Id love some help connecting them, by clicking on the success text and opening my link. Here is the code of the app that returns the success of the login, and the message on screen... @Composable fun TextAuthenticationResult(visibilityState:...