欲求不満が私の好奇心を煽った後、私はいくつか持っていますfunction test () {
window.plugins.webintent.startActivity (
{
action: window.plugins.webintent.ACTION_VIEW,
url: 'mailto:someone@example.com'
},
function () {},
function () {alert ('Failed to open URL via Android Intent');}
);
}