// ショートカットインテントを作成
            // Intent shortcutIntent=new Intent(Intent.ACTION_VIEW);
    		Intent shortcutIntent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:0123456789"));

            //shortcutIntent.setClassName(this, MySampleActivity.class.getName());

            // メッセージを設定
            shortcutIntent.putExtra("MESSAGE","WE ARE TECHBOOSTER!!!");

            // インテント送信
            sendBroadcast(makeIntent("shortcut2", shortcutIntent));

Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)

© 2024 Falco Tech Blog Suffusion theme by Sayontan Sinha