Style-related changes
[zxing.git] / android / src / com / google / zxing / client / android / Intents.java
index 39fc915..30ef043 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.
@@ -143,6 +148,32 @@ public final class Intents {
     }
   }
 
+  public static final class WifiConnect {
+           /**
+            * Use Google Book Search to search the contents of the book provided.
+            */
+           public static final String ACTION = "com.google.zxing.client.android.WIFI_CONNECT";
+
+           /**
+            * The network to connect to, all the configuration provided here.
+            */
+           public static final String SSID = "SSID";
+
+           /**
+            * The network to connect to, all the configuration provided here.
+            */
+           public static final String TYPE = "TYPE";
+
+           /**
+            * The network to connect to, all the configuration provided here.
+            */
+           public static final String PASSWORD = "PASSWORD";
+
+           private WifiConnect() {
+           }
+         }
+
+
   public static final class Share {
     /**
      * Give the user a choice of items to encode as a barcode, then render it as a QR Code and