我的应用在Android 7.1之前都可以使用
在Android 8上,当我在createchooser的Intent上启动startActivity打开邮件应用程序时,会出现异常。
调试正常,直到:
Intent chooserIntent =Intent.createChooser(email, "Envoi mail...");
startActivity(chooserIntent);
我找不到原因和方式。
例外:
catch (InvocationTargetException e) {
throw new IllegalStateException( "Could not execute method for android:onClick", e);
}