[android-developers] Re: startActivity Problem

2009-07-30 Thread Yusuf T. Mobile
Try using startService() to start your service instead of startActivity (). Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc.

[android-developers] Re: startActivity Problem

2009-07-30 Thread kolbysoft
Thanks Yusuf, that worked. Still curious though, when did the startActivity behavior change? It worked in an older project that was also 1.5. Michael On Jul 30, 11:52 am, Yusuf T. Mobile yusuf.s...@t-mobile.com wrote: Try using startService() to start your service instead of startActivity

[android-developers] Re: startActivity Problem

2009-07-30 Thread Dianne Hackborn
There was never a point at any stage in the development of the platform where startActivity() would start a Service. :) On Thu, Jul 30, 2009 at 10:21 AM, kolbysoft kolbys...@gmail.com wrote: Thanks Yusuf, that worked. Still curious though, when did the startActivity behavior change? It