Hi all,

Samsung Galaxy S calendar app on Sprint allows starting "Google Maps" or
"Sprint Navigation" only to "Complete action using" when clicking on
Location. This is a pretty serious limitation, which does not
allow implementing proper Location processing - for example to dial
conference bridge, typically found in this field.

Note that "normally" this can be done by using the following intent-filter:

<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:scheme="geo" />
</intent-filter>

Any ideas on how to overcome this limitation (while still using the built in
calendar app) will be appreciated.

Thanks,
M.

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

Reply via email to