[android-developers] Samsung Galaxy S calendar app on Sprint allows starting "Google Maps" or "Sprint Navigation" only to "Complete action using" when clicking on Location.
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.
M.
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home