Ejemplo n.º 1
0
 @Override
 public String getVersion() {
   return String.format(Locale.US, "1.1.%d.%d", JARVERSION, GiCoreView.getVersion());
 }
Ejemplo n.º 2
0
 static {
   System.loadLibrary("touchvg");
   Log.i(TAG, "TouchVG V1.1." + JARVERSION + "." + GiCoreView.getVersion());
 }