i'm trying to find any examples of intent mechanism for sharing data from android wear app. All examples of code with Intent and SEND_TO for smartphone app doesn't work on wear. Does android wear 2.0 support Intents for waking other standalone app and sharing data? If doesn't - how i can send a file or even message from wear to any user (Email, Telegram, Facebook, Note, anything)?
After huge research and many tryings i can say, that Android wear app doesn't support any sharings with Telegram or Facebook. That's because Intent mechanism doesn't work for 3-d party app in Android Wear.