Turn on Data Matrix, including separate scan option in Android
[zxing.git] / android / src / com / google / zxing / client / android / Intents.java
index 30ef043..74dd0af 100755 (executable)
@@ -74,6 +74,11 @@ public final class Intents {
      */
     public static final String QR_CODE_MODE = "QR_CODE_MODE";
 
+    /**
+     * Decode only Data Matrix codes.
+     */
+    public static final String DATA_MATRIX_MODE = "DATA_MATRIX_MODE";
+
     /**
      * If a barcode is found, Barcodes returns RESULT_OK to onActivityResult() of the app which
      * requested the scan via startSubActivity(). The barcodes contents can be retrieved with
@@ -150,7 +155,7 @@ public final class Intents {
 
   public static final class WifiConnect {
            /**
-            * Use Google Book Search to search the contents of the book provided.
+            * Internal intent used to trigger connection to a wi-fi network.
             */
            public static final String ACTION = "com.google.zxing.client.android.WIFI_CONNECT";