Hello I'm developing an app and I need the package name of the predetermined app android notes. The application that comes with android. The ''Notes'' App. Thanks in advance.
Asked
Active
Viewed 255 times
2 Answers
1
There is no standard Android "notes" app.

CommonsWare
- 986,068
- 189
- 2,389
- 2,491
-
-
i cant believe this comment (and sorry for this "too chatty" one, i had to say it) – Carlos Robles Jan 05 '14 at 13:28
0
Probably what you have to try is an implicit intent, and hope that actually there is one or more apps in the device that can handle it.
Take a look at the intents, and intent filters reference.
Also, take a look at openintents.org, a website that, as they say:
...collect, design, and implement open intents and interfaces to make Android mobile applications work more closely together. We provide samples and free applications to demonstrate their usage.

Carlos Robles
- 10,828
- 3
- 41
- 60