0

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.

pkssssss
  • 3
  • 3

2 Answers2

1

There is no standard Android "notes" app.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
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