I am trying to build into my app the code needed to send a text file in CSV format from an android wear watch to its paired phone, but I want to do it so the phone receives the file without the intervention of an application on the phone side. So it is the Android OS on the phone side which takes the incomming file, like if it was a file downloaded from the internet for instance, this way any app installed on the phone side can take over and open the sent CSVfile.
I have researched over the documentation and also internet and the only thing I found is examples of how to send files where we have our code in both the smatwatch and also the phone devices: Send file Google Wear to mobile
I have experimented with the recommended code in Google but so far no luck.
Thanks, Diego.