<code>I would like to know info from <code>soundtouch intent filter(host,path,scheme) below. I need this info for my question above. Thank you. <intent-filter> <action android:name="android.intent.action.VIEW"></action> <category android:name="android.intent.category.DEFAULT"></category> <category android:name="android.intent.category.BROWSABLE"></category> <data android:host="www.my.app.com" android:path="launch" android:scheme="http"></data> </intent-filter><>
<code>I would like to know info from
<code>soundtouch
Answers