b/2123505 Change the name of the activity that intercept email links for calendar app from "View Event" to "Calendar"
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8805d4c..51138bb 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -80,7 +80,7 @@
             </intent-filter>
         </activity>
 
-        <activity android:name="GoogleCalendarUriIntentFilter" android:label="@string/event_info_title"
+        <activity android:name="GoogleCalendarUriIntentFilter" android:label="@string/app_label"
             android:theme="@android:style/Theme.Light"
             android:configChanges="orientation|keyboardHidden">