Re: [android-developers] Launching Calendar in AgendaView

2010-08-01 Thread Mark Murphy
On Sun, Aug 1, 2010 at 7:51 PM, { Devdroid } wrote: >> Your application may break on some devices that have replaced the Calendar. > > No it won't. It just won't launch Calendar which is not a big deal and > far from "breaking" > as we do not rely on calendar at all. There are certainly scenarios

Re: [android-developers] Launching Calendar in AgendaView

2010-08-01 Thread { Devdroid }
> The Calendar application is not part of the Android SDK. Many apps is not. > Your application may break on some devices that have replaced the Calendar. No it won't. It just won't launch Calendar which is not a big deal and far from "breaking" as we do not rely on calendar at all. > Your appl

Re: [android-developers] Launching Calendar in AgendaView

2010-08-01 Thread Mark Murphy
On Sun, Aug 1, 2010 at 4:49 PM, { Devdroid } 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 report

[android-developers] Launching Calendar in AgendaView

2010-08-01 Thread { Devdroid }
Hi, 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.c