this.this
Pinned Loading
-
AndroidPermissions.java
AndroidPermissions.java 1// Location Permissions
2if (ContextCompat.checkSelfPermission(this, android.Manifest.permission.ACCESS_COARSE_LOCATION)
3!= PackageManager.PERMISSION_GRANTED) {
4ActivityCompat.requestPermissions(this, new String[] { android.Manifest.permission.ACCESS_COARSE_LOCATION },1);
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.