Hi .. Is it possible to included your app in the Share Via list for web pages. I can successfully share images to my app, but can get nothing working for UrL's / webpages.
I added similar lines to the manifest .. but all fail.
Many thanks
I added similar lines to the manifest .. but all fail.
B4X:
AddActivityText("main",
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT"></category>
<category android:name="android.intent.category.BROWSABLE"></category>
<data android:scheme="http" />
</intent-filter> )
Many thanks