Hallo,
I like to start my app from a web browser:
I create an Intent Filter to the Manifest Editor
<intent-filter>
but nothing happend starting the browser...
only the web side is open.
so the question what is to do ?
Kind regards
Volker
I like to start my app from a web browser:
I create an Intent Filter to the Manifest Editor
<intent-filter>
- <data android:scheme="http" />
- <data android:host="easyoffer.track9.de/" />
- <action android:name="android.intent.action.VIEW" />
- <category android:name="android.intent.category.BROWSABLE" />
- <category android:name="android.intent.category.DEFAULT" />
but nothing happend starting the browser...
only the web side is open.
so the question what is to do ?
Kind regards
Volker