Hi
I am using my own shared via app using the following code in manifest
file:
<intent-filter>
<action
android:name="android.intent.action.SEND" />
<category
android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/*" />
<data android:host="text/*" />
</intent-filter>
So my app shows in the shared via list.
Now apart from the highlighted text in the browser, i also want to get
the webpage header and url.
How is it possible?
Thanks
Sayan
--
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