Skip to content

Commit

Permalink
remove unneeded annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgyoung committed Jan 12, 2015
1 parent 7570b33 commit 73895e7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ then no beacons will be detected until the next scan cycle starts (5 minutes max
will get a callback within a few seconds on Android L vs. up to 5 minutes on older
operating system versions.
*/
@SuppressLint("NewApi")
protected boolean deferScanIfNeeded() {
long millisecondsUntilStart = mNextScanCycleStartTime - System.currentTimeMillis();
if (millisecondsUntilStart > 0) {
Expand Down

0 comments on commit 73895e7

Please sign in to comment.