After receiving the broadcast, i want to set the Alarm. Here is the
code:

                <receiver android:name=".util.OnBootReceiver">
                        <intent-filter>
                                        <action 
android:name="android.intent.action.BOOT_COMPLETED" />
                                        <action
android:name="android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE"/>
                        </intent-filter>
                </receiver>



On Feb 12, 2:16 am, Mark Murphy <mmur...@commonsware.com> wrote:
> On Fri, Feb 11, 2011 at 4:12 PM, Jawwad Farooq <jawwad.far...@gmail.com> 
> wrote:
> > I mentioned this intent "ACTION_EXTERNAL_APPLICATIONS_AVAILABLE" in
> > the manifest file but it didn't work. Can u kindly explain the
> > reason ?
>
> No, because I have no idea what you were expecting to happen when you
> "mentioned" that Intent action. That broadcast action is documented
> here:
>
> http://developer.android.com/reference/android/content/Intent.html#AC...
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> Android App Developer Books:http://commonsware.com/books

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