Fixed NullPointerException exception on QR code decoding.

This commit is contained in:
Juan Miguel Boyero Corral 2013-03-26 21:11:43 +01:00
parent 0fc24ea59f
commit 57f55d093a

View File

@ -31,7 +31,7 @@ public final class Intents {
* Send this intent to open the Barcodes app in scanning mode, find a barcode, and return
* the results.
*/
public static final String ACTION = "com.google.zxing.client.android.SCAN";
public static final String ACTION = "es.ugr.swad.swadroid.android.SCAN";
/**
* By default, sending this will decode all barcodes that we understand. However it