Does anyone know if it's possible to track when the "Copy" link button is tapped in the 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.