The test code is below:
Intent intent = new Intent(Intent.ACTION_VIEW,Uri.parse("mailto:
[email protected]"));
startAcitvity(intent);
If I doesn't config the Gmail account in my device, the test code will get
an ActivityNotFoundException; and
If I config an Gmail account in my device, the test code will start the
Email Activity. So why the test code get
an ActivityNotFoundException?
--
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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en