On Sun, Aug 1, 2010 at 4:49 PM, { Devdroid } <webnet.andr...@gmail.com> wrote: > Is there working way of launching Calendar app in Agenda View beside > setClassName("com.android.calendar","com.android.calendar.AgendaView"); > which seem to work on 2.1 but people on earlier versions report it > does not and also Froyo reports > > Unable to find explicit activity class > {com.android.calendar/com.android.calendar.AgendaActivity}; have you > declared this activity in your AndroidManifest.xml? > > I checked git repo and AgendaActivity is exported. Hints?
The Calendar application is not part of the Android SDK. Your application may break on some devices that have replaced the Calendar. Your application may break in future versions of Android. You appear to be already experiencing this. Hence, my "hint" is: don't integrate with the calendar application, until such point in time as they provide documented, supported, stable Intents for doing so. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 2.2 Programming Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en