Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliobo committed May 26, 2015
1 parent 4e3e5a4 commit 813f169
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/android/BackgroundGpsPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
import org.json.JSONObject;
import org.json.JSONException;

import android.support.v4.content.LocalBroadcastManager;
// NOT NEEDED (commented below), give compilation error
//import android.support.v4.content.LocalBroadcastManager;
import android.content.BroadcastReceiver;

import android.os.Build;
Expand Down
3 changes: 2 additions & 1 deletion src/android/LocationUpdateService.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
import android.content.Intent;
import android.content.IntentFilter;
import android.content.BroadcastReceiver;
import android.support.v4.content.LocalBroadcastManager;
// NOT NEEDED (commented below), give compilation error
//import android.support.v4.content.LocalBroadcastManager;

import android.location.Location;
import android.location.Criteria;
Expand Down

0 comments on commit 813f169

Please sign in to comment.