From: Anurag Das Date: Wed, 21 Feb 2018 12:35:33 +0000 (+0530) Subject: wpadebug: A dialog activity to input the URI from QR Code Scanner X-Git-Tag: hostap_2_7~544 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b244b00098fe57bdee4a88b5878de9ca72825c2;p=thirdparty%2Fhostap.git wpadebug: A dialog activity to input the URI from QR Code Scanner This should help to read the URI from the QR Code Scanner's (USB HID devices instead of USB video device) that decodes the QR Code. This dialog box provisions the mechanism to enter the decoded URI code from such hardware devices. This dialog can be used with: am start -n w1.fi.wpadebug/w1.fi.wpadebug.InputUri Signed-off-by: Jouni Malinen --- diff --git a/wpadebug/AndroidManifest.xml b/wpadebug/AndroidManifest.xml index f72a65369..6c7157af5 100644 --- a/wpadebug/AndroidManifest.xml +++ b/wpadebug/AndroidManifest.xml @@ -54,6 +54,11 @@ android:label="QR Code Display" android:parentActivityName="w1.fi.wpadebug.MainActivity"> + + + + + + + +