get Share Targets
open fun getShareTargets(@NonNull context: Context, @NonNull intents: List<Intent>): List<ShareTarget>
Generates list of share targets for all apps handling given intents.
Note: this call may block for a while and should not be invoked on the main thread.
Parameters
intents
Intents used for sharing.