Can somebody suggest a pattern that allows common compose logic to initiate calling an external activity for result on Android? I'm trying to implement PKCE authentication in my app and so far, all of the UI is compose multiplatform. This is the first time that I must invoke activity for result on Android to launch the browser.