OSDN Git Service

Modified Calendar app to intercept calendar weblinks
authorMichael Chan <mchan@android.com>
Tue, 7 Jul 2009 20:39:33 +0000 (13:39 -0700)
committerMichael Chan <mchan@android.com>
Tue, 7 Jul 2009 23:41:23 +0000 (16:41 -0700)
commitb84a151490b03c7083b8f517b83366bb11f17f51
treef6bba531df2d452d06501da425ae716938d25554
parentb12ecbb90d06018fa092a2ac8253767fb62ed092
Modified Calendar app to intercept calendar weblinks

Added intent-filter to intercept http[s]://www.google.com/calendar/[hosted/.*/]event.*
and show the EventInfoActivity if the event is known.  Otherwise, resend the intent
and have thebrowser handle the link.

modified:   AndroidManifest.xml
modified:   src/com/android/calendar/EventInfoActivity.java
new file:   src/com/android/calendar/GoogleCalendarUriIntentFilter.java
AndroidManifest.xml
src/com/android/calendar/EventInfoActivity.java
src/com/android/calendar/GoogleCalendarUriIntentFilter.java [new file with mode: 0644]