Get Chosen App from Intent.createChooser
I am trying to capture the result of Intent.createChooser to know which app a user selected for sharing. I know there have been a lot of posts related to this: How to know which application the user chose when using an intent chooser? https://stackoverflow.com/questions/6137592/how-to-know-the-action-choosed-in-a-intent-createchooser?rq=1 How to get the user selection from startActivityForResult(Intent.createChooser(fileIntent, "Open file using..."), APP_PICKED);? Capturing and intercepting ACTION_SEND intents on Android but these posts are somewhat old, and I am hoping that there might be