I'd like to take a note in Google keep by my voice assistant.
I'd like to do it via intent action. It's it possible to send intent to Google keep?
Note: Don't want to do it via search with "note to self as %note" command since it requires internet connection.
Thanks
Emre
I'd like to do it via intent action. It's it possible to send intent to Google keep?
After a google search i found the answer here, in another post :)
As seen below.
But now, it only prefills the note in Google keep app, not saving it.
Any idea how to have it save the note?
Google Keep (70)
A1: Flash [ Text:%not Long:Off ]
A2: Send Intent [ Action:android.intent.action.SEND Cat:Default Mime Type:text/plain Data: Extra:android.intent.extra.TEXT: %not Extra: Package:com.google.android.keep Class: Target:Activity ]
I added wait 1 sec and go back home. That seems to work. my phone is not rooted, otherwise stimulating Back button would be perfect solution because this way, if I try to send another intent, it still remembers previous one and doesn't do anything.
Emre