0
votes

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 :

enter image description here

Is there any way to share binary data with others on Google glass through GDK?

Mirror API can do this?

1

1 Answers

1
votes

As of now, GDK does not support action send and share yet.

A feature request has been submitted here and here.

See How to send email via Glass

You have to use JavaMail API.

Sending Email in Android using JavaMail API without using the default/built-in app