Hi All,

I have registered my app in the Android system as a URI using the
following code:

  <data android:scheme="startapp" />
                <action android:name="android.intent.action.VIEW" />
                <category
android:name="android.intent.category.DEFAULT"></category>
                <category
android:name="android.intent.category.BROWSABLE"></category>
                </intent-filter>

                <data android:host="string"
                         android:mimeType="string"
                         android:path="string"
                         android:pathPattern="string"
                        android:pathPrefix="string"
                       android:port="string"
                       android:scheme="string" />

I can start this app from a webpage by using the following: startapp://test

But I could not do so if I am viewing the webpage from my own WebView.
Any idea what I need to include in my WebView to enable URI Scheme?

Thanks In Advance,
Perumal

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to