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 1211439 commit ad2bd9fCopy full SHA for ad2bd9f
app/src/main/java/com/fingerprintjs/android/fpjs_pro_demo/MainActivity.kt
@@ -46,8 +46,8 @@ class MainActivity : ComponentActivity() {
46
}
47
48
fun checkLocationPermissions() {
49
- if (isAnyLocationPermissionEnabled()) {
50
- // We have at least some location permission, so we can proceed with getVisitorId
+ if (isAnyLocationPermissionGranted()) {
+ // We have at least some location permission, so we can proceed with Fingerprint call
51
return
52
53
0 commit comments