Skip to content

Commit

Permalink
Removed unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Brown committed Aug 23, 2016
1 parent 4591392 commit 9b682fb
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;

import java.util.ArrayList;

import io.neson.react.notification.NotificationManager;
import io.neson.react.notification.Notification;

import android.util.Log;

/**
Expand All @@ -23,7 +19,6 @@ public void onReceive(Context context, Intent intent) {

if (intent.getAction().equals("android.intent.action.BOOT_COMPLETED")) {
NotificationManager notificationManager = new NotificationManager(context);
SharedPreferences sharedPreferences = context.getSharedPreferences(NotificationManager.PREFERENCES_KEY, Context.MODE_PRIVATE);

ArrayList<Integer> ids = notificationManager.getIDs();

Expand Down

0 comments on commit 9b682fb

Please sign in to comment.