1

Does anyone know if it's possible to track when the "Copy" link button is tapped in the Android system share sheet?

Android system share sheet

Using an IntentSender and extracting the chosen component from the result bundle works great if the user chooses an app to share to, but that method doesn't work if the user taps "Copy" or "Nearby" since those options aren't external components.

Ryan
  • 3,414
  • 2
  • 27
  • 34
  • https://stackoverflow.com/questions/32203230/how-to-tell-which-app-was-selected-by-intent-createchooser – Tiarait Jan 03 '23 at 18:40
  • @Tiarait as mentioned in the post description, using an `IntentSender` won't work because they copy action doesn't launch an app – Ryan Jan 13 '23 at 03:24

0 Answers0