Backing out this change for the Droid on suspicion that it's interfering with at...
[zxing.git] / android / src / com / google / zxing / client / android / Intents.java
index 39fc915..0830ba4 100755 (executable)
@@ -53,6 +53,11 @@ public final class Intents {
      */
     public static final String SCAN_FORMATS = "SCAN_FORMATS";
 
+    /**
+     * @see com.google.zxing.DecodeHintType#CHARACTER_SET
+     */
+    public static final String CHARACTER_SET = "CHARACTER_SET";
+
     /**
      * Decode only UPC and EAN barcodes. This is the right choice for shopping apps which get
      * prices, reviews, etc. for products.