GT wrote:
> I have a BroadcastReceiver that listens for the BOOT_COMPLETED, that
> part works I know because I disabled my phone listener and displayed a
> Toast within. That BroadcastReceiver is supposed to start a service,
> that also works. I run into Force Close issues when my service
> attempts to tell my TelephonyManager to listen.
> 
> Any one have any ideas?

If you get a "Force Close", look at the Java stack trace to tell you
where your code is failing. You can get at the stack trace via adb
logcat, DDMS, or the DDMS perspective in Eclipse.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 2.8
Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to