I am doing sharing in my application using ShareActionProvider
. However I can not find a way to validate if sharing was successful or not (failed, user cancelled it at some point, etc.). Is it possible to do this?
I know I could make it easy using startActivityForResult
but I found out that using ShareActionProvider
is a recommended way.