<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:host="kciray.com" android:scheme="http" android:pathPattern=".*" />
<data android:host="www.kciray.com" android:scheme="http" android:pathPattern=".*" />
</intent-filter>