Are there android intents to add data to Google keep

android, android-intent

Solution

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.

Problem

Are there android intents to add data to Google keep?

Original source