BangleApps/apps/gassist/app.js

12 lines
238 B
JavaScript
Raw Permalink Normal View History

2023-06-29 13:43:45 +00:00
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);