Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
Hi Ed, Thank you so much for these suggestions. I've been reviewing them and merging them in. Hopefully it should be live. I've included a thank you note too in the article.
jb...@google.com <jb...@google.com> #3
Great! Thanks a lot, I'll look for the live updates soon!
gm...@gmail.com <gm...@gmail.com> #4
Thank you! :)
zo...@gmail.com <zo...@gmail.com> #5
zo...@gmail.com <zo...@gmail.com> #6
na...@google.com <na...@google.com> #7
This bug was linked in a change in the following release(s):
androidx.activity:activity:1.6.0-rc02
fm...@gmail.com <fm...@gmail.com> #8
Someone has been hacking my mother's account, how do I fix this or how do I get you guys to stop
am...@gmail.com <am...@gmail.com> #9
Hi, can someone please help me to get this custom software off my devices once and for all. My husband gave me a phone in which I found out a year later that he had installed custom software on my device. It's followed me onto other devices ever since and I don't know how to make it stop. Please help me get this off my phone and devices and out of my life!
Description
Component used: Activity
Version used: 1.5.0, 1.6.0-alpha05
Devices/Android versions reproduced on: API 21-31
This is a follow-up for that issue , which was fixed for Activity/Fragment, but still exists in Compose - probably because Compose uses another overload of
ActivityResultRegistry.register()
. I was asked to file this one separately.Conceptually this violates generic principle of Java/Kotlin that method can throw exception OR return result, but not both.
Practically this complicates implementing different handling for "app not found" vs "user pressed Back button" scenarios.
Sample project attached.
Steps to reproduce: