Shailesh Shukla Android Life
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment