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 ad2bd9f commit f5c6b21Copy full SHA for f5c6b21
app/src/main/java/com/fingerprintjs/android/fpjs_pro_demo/MainActivity.kt
@@ -54,7 +54,8 @@ class MainActivity : ComponentActivity() {
54
val locationPermissionRequest = registerForActivityResult(
55
ActivityResultContracts.RequestMultiplePermissions()
56
) { permissions ->
57
- // Whether they give us permission or not, we can now make the Fingerprint call
+ // Even if the user didn't give us permission, we now know the answer and therefore
58
+ // should proceed with the Fingerprint call
59
}
60
61
// Request permission
0 commit comments