hi,
I tried to start the NoteEditor application that is shipped with the
sample code of the Android SDK from another application by firing an
Intent. I have already executed (therefore installed) the nodepad
application on my emulator with Ecplise. Here is my code:
Intent i = new Intent(Intent.EDIT_ACTION, Uri.parse("content://
com.google.provide.NotePad/notes/3"));
i.setLaunchFlags(Intent.NEW_TASK_LAUNCH);
startActivity(i);
This results in an Application Error:
No activity found to handle Intent {action=android.intent.action.EDIT
data=content://com.google.provide.NotePad/notes/3 launchFlags=4}
Does anyone have an idea of how to get the identification right?
thanks and cheers,
patrick
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---