浏览代码

Remove unused lint check

Sebastián Katzer 11 年之前
父节点
当前提交
d28f1aaf78
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;