2012年9月5日水曜日

[AndroidSDK]アラーム設定を呼び出す

Intent intent = new Intent();
intent.setClassName("com.android.deskclock", "com.android.deskclock.AlarmClock");
startActivity(intent);

com.android.deskclock
com.android.deskclock.AlarmClock
の部分はデバイスによって異なるようです。

0 件のコメント:

コメントを投稿