mirror of https://github.com/espruino/BangleApps
12 lines
238 B
JavaScript
12 lines
238 B
JavaScript
|
Bluetooth.println("");
|
||
|
Bluetooth.println(JSON.stringify({
|
||
|
t:"intent",
|
||
|
target:"activity",
|
||
|
action:"android.intent.action.VOICE_COMMAND",
|
||
|
flags:["FLAG_ACTIVITY_NEW_TASK"]
|
||
|
}));
|
||
|
|
||
|
setTimeout(function() {
|
||
|
Bangle.showClock();
|
||
|
}, 0);
|