Skip to content

Commit 02eda48

Browse files
author
Stefan Oh
committed
comment on changes from upstream
1 parent 936b7fe commit 02eda48

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ This plugin was created referencing the [Fingerprint Dialog sample](http://devel
33

44
This plugin will open a native dialog fragment prompting the user to authenticate using their fingerprint. If the device has a secure lockscreen (pattern, PIN, or password), the user may opt to authenticate using that method as a backup.
55

6+
7+
Changes by Kilian:
8+
* onCancel returns successfully with data instead of returing an error
9+
* removed backup functionality
10+
611
#Screenshots
712
###Fingerprint Auth Dialog###
813
![Fingerprint Auth Dialog](screenshots/fp_auth_dialog.jpg) | ![Fingerprint Auth Dialog Success](screenshots/fp_auth_dialog_success.png) | ![Fingerprint Auth Dialog Fail](screenshots/fp_auth_dialog_fail.jpg) | ![Fingerprint Auth Dialog Too Many](screenshots/fp_auth_dialog_too_many.jpg) | ![Fingerprint Auth Dialog No Backup](screenshots/fp_auth_dialog_no_backup.jpg) | ![Fingerprint Auth Dialog No Backup](screenshots/fp_auth_dialog_longer.png)
@@ -80,4 +85,4 @@ function isAvailableSuccess(result) {
8085
function isAvailableError(message) {
8186
console.log("isAvailableError(): " + message);
8287
}
83-
```
88+
```

0 commit comments

Comments
 (0)