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 c0a2ed1 commit a07e554Copy full SHA for a07e554
locationdetector/src/main/java/com/redcarpetup/locationdetector/ProviderUtils/LocationManagerUtils.java
@@ -1,14 +1,9 @@
1
package com.redcarpetup.locationdetector.ProviderUtils;
2
3
-import android.Manifest;
4
import android.content.Context;
5
-import android.content.pm.PackageManager;
6
import android.location.Location;
7
import android.location.LocationListener;
8
-import android.os.Build;
9
import android.os.Bundle;
10
-import android.support.v4.app.ActivityCompat;
11
-import android.support.v4.content.ContextCompat;
12
import android.util.Log;
13
14
import com.redcarpetup.locationdetector.Utils.PermissionUtils;
0 commit comments