i try to send an email, using my galaxy nexus with android 4.2.2 and im missing the googlemail app in the chooser. every other app is availible. same problem on nexus 7.
i read something about a bug, the googlemail app does not work with attachments, but i reduced the code to a minimum and the gmail app is still missing.
Intent mailer = new Intent(Intent.ACTION_SEND);
mailer.setType("text/plain");
startActivity(Intent.createChooser(mailer, "pls show gmail"));
also tried with "message/rfc822" as type, but same problem: no gmail app availible.
tried the same code on android 4.0.x and a device with cyanogen mod and android 4.2.2 , and everything works fine.
can anyone help me? are there any workarounds?