Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there android intents to add data to Google keep

Are there android intents to add data to Google keep?

like image 465
Anno2001 Avatar asked Mar 21 '13 17:03

Anno2001


People also ask

What app is replacing Google Keep?

Notion lets you assign tasks, manage projects, and organize work in multiple ways. As a docs-based software, it's a strong Google Keep alternative for its powerful note-taking features for creating lists, adding plain text, videos, sound, code—you name it!

Has Google Keep been discontinued?

It is worth adding that starting February 2021, you won't be able to access Keep on your computer until unless you have an active internet connection. However, offline access will still be available for Android and iOS users. Also mentioned is that Keep on Chrome OS lock screen will no longer be available.

What does Google Keep integrate with?

Google Keep lets you connect and sync your notes to other Google Workspace programs like Google Docs and Google Calendar. You can use Google Keep in any web browser, or download the app on your Android or iOS device.


2 Answers

It is possible via new Intent(Intent.ACTION_SEND)! There is a technique to programmatically select the appropriate application instead of showing the possibilities. Testet.

like image 196
Anno2001 Avatar answered Oct 09 '22 07:10

Anno2001


I have the confirmation from the Android team. As they answer here about some other things, a project member said that THERE IS NOT Google Keep API.

https://code.google.com/p/dashclock/issues/detail?can=1&start=0&num=100&q=&colspec=ID%20Type%20Component%20Summary%20Stars%20Status%20TargetRelease&groupby=&sort=-id&id=380

So I assume, that there is no way to pass information to the app or not a known one.

like image 25
xarlymg89 Avatar answered Oct 09 '22 07:10

xarlymg89