在我的应用程序中,我想开始设置电子邮件应用程序的新电子邮件帐户活动,如下所示:http: //i.stack.imgur.com/BNYnj.png
我看过这个http://source-android.frandroid.com/packages/apps/Email/AndroidManifest.xml
并尝试开始设置电子邮件活动:
Intent intent = new Intent("com.android.email.CREATE_ACCOUNT");
startActivity(intent);
但是我遇到了一个异常: E/AndroidRuntime(517): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=com.android.email.CREATE_ACCOUNT }
有人请帮帮我吗?
非常感谢,约翰