Commit 8ca4fb80 by Oscar Fuentes

Merge branch 'master' into development

parents 63e806e9 555f877e
......@@ -25,12 +25,10 @@ public class PluginHelper {
private static boolean threadStop = true;
private static ExecutorService executor;
private static Barcode2DWithSoft mInstance;
private static JSONArray Devices = new JSONArray();
private static JSONArray Devices = new JSONArray().put("camera").put("c4050");
public static void init(CordovaInterface cordova) {
Context context = cordova.getActivity();
Devices.put("camera");
Devices.put("c4050");
try {
mInstance = Barcode2DWithSoft.getInstance();
if (mInstance != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment