Monday, March 19, 2012

How to Launch Calendar application in android 3.1?


Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setClassName("com.android.calendar","com.android.calendar.LaunchActivity");
startActivity(intent);

No comments:

Post a Comment