How to Migrate a Payment Application to Q2Premium
- Get native library files:
If an application contains such native library files, the path to the native library can be obtained using this statement.
getApplicationInfo().nativeLibraryDir+"/xxx.so".
for example in EMVKernel invoking, when get the path of libEMVKernal.so, snippet code is:
tmpEmvLibDir = this.getApplicationInfo().nativeLibraryDir + "/libEMVKernal.so";