• Michael Chan's avatar
    Modified Calendar app to intercept calendar weblinks · b84a1514
    Michael Chan authored
    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
    b84a1514
AndroidManifest.xml 5.99 KB