fingerprint for Android 6.0+

This commit is contained in:
Matias Alejo Garcia 2016-06-07 11:19:25 -03:00
commit da0f9cb4a7
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
3 changed files with 64 additions and 14 deletions

View file

@ -31,15 +31,6 @@ angular.element(document).ready(function() {
window.plugins.webintent.onNewIntent(handleBitcoinURI);
window.handleOpenURL = handleBitcoinURI;
window.plugins.touchid.isAvailable(
function(msg) {
window.touchidAvailable = true;
}, // success handler: TouchID available
function(msg) {
window.touchidAvailable = false;
} // error handler: no TouchID available
);
startAngular();
}, false);