That is not "an activity that extends a Broadcast receiver." That is a class that extends a Broadcast receiver, making AlarmReceiver a broadcast receiver, not an Activity.
On Thu, Feb 24, 2011 at 1:27 PM, Neilz <[email protected]> wrote: > Like this: > > public class AlarmReceiver extends BroadcastReceiver { > > On Feb 23, 10:11 pm, Kostya Vasilyev <[email protected]> wrote: > > 24.02.2011 1:06,Neilzпишет: > > > > > I'm using an Activity that > > > extends a BroadcastReceiver... > > > > An Activity that extends a Broadcast receiver? Sorry, I'm not sure I > > understand what this means. > > > > Do you mean something else - like a BroadcastReceiver subclass that > > starts an Activity subclass? > > > > -- > > Kostya Vasilyev --http://kmansoft.wordpress.com > > -- > 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 > -- 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

