www.samsungdevs.asia/manikantan/entry/using_fingerprint_sdk_in_your
www.samsungdevs.asia/manikantan/entry/using_fingerprint_sdk_in_your
Could it be possible to run lightning actions using the fingerprint scanner?
]]>« For all the people who celebrate this. (Previous Post)
< ![CDATA[
With a script, maybe.
If you have a S5 try this. If it don’t make an alert, it is supported. (But maybe it is supported and it says it is not, just testing)
LL.bindClass(“com.samsung.android.sdk.pass.Spass”);
LL.bindClass(“com.samsung.android.sdk.pass.SpassFingerprint”);
try{
var mSpass = new Spass();
mSpass.initialize(LL.getContext());
}catch(e){
alert(“not supported\n\n”+e);
}
// If exceptions are raised here, device may not support Fingerprint.
]]>
< ![CDATA[
Sweet! il give it a bash 🙂
]]>
< ![CDATA[
Says its not supported referenceError Spass not defined
I have a Note 4 but i think it would be the same.
]]>
< ![CDATA[
The page says the first device is the S5
Anyway, if you get that alert it is not supported (at least that way)
]]>
< ![CDATA[
It was worth a try 🙂
]]>