Re: [android-developers] Re: Cannot compile Desk Alarm Clock (branch eclair ver 2.1)

2010-12-31 Thread Anil Philip
to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- thanks, Anil

Re: [android-developers] Re: Intent resolution: supplying action+data where filter had only action, causes it to fail

2010-11-01 Thread Anil Philip
Anyway, I am not able to get the alert happen with explicitly specifying the component. You failed to make your inner class be static. You cannot reference non-static inner classes in the manifest, because Android has no way of creating an instance of that non-static inner class. I made it