Samir Mangroliya
Results
2
comments of
Samir Mangroliya
You have any solution for this error?
``` LocationTracker locationTracker; if (ActivityCompat.checkSelfPermission(MainActivity.this, Manifest.permission.ACCESS_FINE_LOCATION) == PackageManager.PERMISSION_GRANTED && ActivityCompat.checkSelfPermission(MainActivity.this, Manifest.permission.ACCESS_COARSE_LOCATION) == PackageManager.PERMISSION_GRANTED) { Log.d(" is permission granted ", " yes "); // i can see this log in logcat...