On Tue, Sep 7, 2010 at 9:39 AM, saikiran n <saikiran....@gmail.com> wrote:
> If iam trying to import android.content.IntentReceiver; it shows error
> symbol not found. In which sdk it is available.
> I am trying with 2.2

IntentReceiver was removed from the Android SDK about two years ago,
replaced by BroadcastReceiver. You may wish to find newer sample code
to replace wherever you found the reference to IntentReceiver.

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

Android Training in London: http://skillsmatter.com/go/os-mobile-server

-- 
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

Reply via email to