The browser doesn't send broadcasts.

On Mon, May 11, 2009 at 8:36 AM, Stephan Kromberg <
[email protected]> wrote:

>
> Hi. Please tell me how to receive (with a BroadcastReceiver)  intent
> messages from the browser application. Currently my manifest code
> snippet looks like this:
>
>        <receiver android:name=".receiver.BrowseReceiver">
>            <intent-filter>
>                <action android:name="android.intent.action.VIEW" />
>                <category
> android:name="android.intent.category.BROWSABLE" />
>            </intent-filter>
>            <intent-filter>
>                <action android:name="android.intent.action.SEARCH" />
>            </intent-filter>
>            <intent-filter>
>                <action android:name="android.intent.action.WEB_SEARCH" />
>            </intent-filter>
>            <!--
>                <intent-filter> action
> android:name="android.intent.action.VIEW" />
>                <category android:name="android.intent.category.DEFAULT" />
>                <category
> android:name="android.intent.category.BROWSABLE" />
>                <action
> android:name="android.intent.browser.BrowserActivity" />
>                <action android:name="android.intent.action.WEB_SEARCH"
> <action
>                android:name="android.intent.action.SEARCH" />
> </intent-filter>
>            -->
>        </receiver>
>
> Does anyone have a solution for this?
>
> Thanks
>
>
>
> >
>


-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

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