I develop a glassware that can produce binary data. The data format may be Audio or Video and it will be stored on SdCard. After these data has been created, I want to share it easily with other people or send email with an attachment to them.
So, I use the standard Android API (Intent.ACTION_SEND_MULTIPLE|Intent.ACTION_SEND
)to send email, but an error occured :
Is there any way to share binary data with others on Google glass through GDK?
Mirror API can do this?