Explorar el Código

Remove unused lint check

Sebastián Katzer hace 11 años
padre
commit
d28f1aaf78
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/android/Receiver.java

+ 0 - 1
src/android/Receiver.java

@@ -164,7 +164,6 @@ public class Receiver extends BroadcastReceiver {
      * Shows the notification
      */
     @SuppressWarnings("deprecation")
-    @SuppressLint("NewApi")
     private void showNotification (Builder notification) {
         NotificationManager mgr = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
         int id                  = 0;