java - How to Check if seek API is available on your Android Device? -


do know how check if android device secure element evaluation kit api available through code in android? in advance.

you can connect using adb , check existence of file

org.simalliance.openmobileapi.jar in system/framework

if file exist that's mean have lib seek in android device.

hope it's


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -