X-Git-Url: http://git.rot13.org/?p=zxing.git;a=blobdiff_plain;f=android%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Fclient%2Fandroid%2FIntents.java;h=30ef043b9e473859a305a93aa49f659fd059f5f6;hp=0830ba4a3827b9f568ed3a1cfaa8d58d93acf771;hb=4cbbf3bf20e39925ade3611213d757f5b3ff65f5;hpb=bbe5f11ac2d37bcb94b14d3fe720924e172d2ead diff --git a/android/src/com/google/zxing/client/android/Intents.java b/android/src/com/google/zxing/client/android/Intents.java index 0830ba4a..30ef043b 100755 --- a/android/src/com/google/zxing/client/android/Intents.java +++ b/android/src/com/google/zxing/client/android/Intents.java @@ -148,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