Hi,

I have succeeded to handle if links like www.google.com from messaging
and browser should be opened in browser or in "my own" application by
using the manifest intent-filter below.

But, I would like further control and only be able to choose where to
open an URL when being in Messaging app and NOT from browser app.

Is it possible?

Thanks,

Oskar




Manifest
-----------------------------------
                        <intent-filter android:label="Send to computer">
                                <action 
android:name="android.intent.action.VIEW" />
                                <category 
android:name="android.intent.category.BROWSABLE" />
                                <category 
android:name="android.intent.category.DEFAULT" />
                                <data android:scheme="http"/>
                        </intent-filter>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to