Hi:
I got exception trying to read email

       Uri uri = Uri.parse("content://com.android.provider/EmailProvider/");
       Intent intent = new Intent(Intent.ACTION_VIEW, uri);
       startActivity(intent);

"No Activity found to handle Intent { act=android.intent.action.VIEW
dat=content://com.android.provider/EmailProvider/ }"
Is this doable from my app? What is the right URI?

Thanks so much.
ling

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to