Is there a way to track when the "Copy" link button is tapped in the Android system share sheet?

151 Views Asked by At

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.

0

There are 0 best solutions below