We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0721c8 commit 21634cbCopy full SHA for 21634cb
WordPressUtils/src/main/java/org/wordpress/android/util/helpers/LocationHelper.java
@@ -1,17 +1,12 @@
1
//This Handy-Dandy class acquired and tweaked from http://stackoverflow.com/a/3145655/309558
2
package org.wordpress.android.util.helpers;
3
4
-import android.Manifest.permission_group;
5
import android.app.Activity;
6
-import android.app.AlertDialog;
7
import android.content.Context;
8
-import android.content.DialogInterface;
9
-import android.content.pm.PackageManager;
10
import android.location.Location;
11
import android.location.LocationListener;
12
import android.location.LocationManager;
13
import android.os.Bundle;
14
-import android.support.v4.app.ActivityCompat;
15
16
import java.util.Timer;
17
import java.util.TimerTask;
0 commit comments