Is there a way to send an intent from google glass and start application on paired android device ?
Asked
Active
Viewed 168 times
0
-
1You can send intents over adb to launch applications. On android there are remote adb clients that could possibly work with your glass. https://play.google.com/store/apps/details?id=com.cgutman.androidremotedebugger – StanleyZheng Mar 21 '14 at 19:53
-
I would like to fire intent from running Google Glass application. – jellyfication Mar 21 '14 at 19:56
-
Possibly theres a way to use Launchy, if you connect to a remote device and populate it with the launch activities on your phone. https://github.com/kaze0/launchy/tree/master/src/com/mikedg/android/glass/launchy – StanleyZheng Mar 21 '14 at 20:04