Pārlūkot izejas kodu

Remove unused lint check

Sebastián Katzer 11 gadi atpakaļ
vecāks
revīzija
d28f1aaf78
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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;