Hi Taifun,
Thank you for your kind reply.
I submitted exactly the same question yesterday in my topic here: https://community.appinventor.mit.edu/t/catch-text-data-sent-by-android-share-menu/14459) and it looks funny that Steve_Silberberg did the same question just some hours later!
That's a pity such feature is available in Kodular, but not in App Inventor. I am really involved in this matter and now I am even more eager as I know somebody else is looking for the same feature.
So, I am just attempting to implement this feature by an extension, but unfortunately my Java skills are quite poor and I am experiencing several issues. Here below there is the Java code extension I somehow wrote, but I can't compile it:
SalvyGetSharedText.java.txt (3.4 KB)
I am pretty sure the error is related to Intent and getIntent() method usage: as far as I know, they should come from Activity class or something like that, but I don't know how to solve and move on. I noticed you used getIntent() method in your Clipboard extension, but I can't figure how you did.
Any help would be very appreciated.
Thank you again.