I found many answers for a custom URL-Scheme like this (mycoolapp://somepath).
mycoolapp://somepath
This plugin for example adds a custom URL-Sheme.*
But I don\'t want a
You should add an intent-filter to your activity in the android manifest. Something like this:
intent-filter
activity
more on what data you can add here: http://developer.android.com/guide/topics/manifest/data-element.html
data
and even more here on stackoverflow...