b/2157070 Fixed the Calendar event reminder alert.

Change-Id: I161a5026307717209f98e3e14394e13ab6a592cf
diff --git a/src/com/android/calendar/AlertService.java b/src/com/android/calendar/AlertService.java
index f285950..3719f6b 100644
--- a/src/com/android/calendar/AlertService.java
+++ b/src/com/android/calendar/AlertService.java
@@ -113,7 +113,7 @@
         }
 
         if (alertUri != null) {
-            if (Calendar.AUTHORITY.equals(alertUri.getAuthority())) {
+            if (!Calendar.AUTHORITY.equals(alertUri.getAuthority())) {
                 Log.w(TAG, "Invalid AUTHORITY uri: " + alertUri);
                 return;
             }