How to Migrate a Payment Application to Q2Premium

From wizarPOS
Revision as of 07:53, 11 May 2023 by Mahong (talk | contribs)
  1. Change how the so file dir is got:

Use getApplicationInfo().nativeLibraryDir instead of path concatenation,for example in EMVKernel invoking, when get the path of libEMVKernal.so, code should change to

 tmpEmvLibDir = this.getApplicationInfo().nativeLibraryDir + "/libEMVKernal.so";