]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpadebug: A dialog activity to input the URI from QR Code Scanner
authorAnurag Das <anurdas@codeaurora.org>
Wed, 21 Feb 2018 12:35:33 +0000 (18:05 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 22 Feb 2018 12:42:05 +0000 (14:42 +0200)
commit8b244b00098fe57bdee4a88b5878de9ca72825c2
treef519173b683f1c853f4cb34fcf4ac56a241373ea
parent0b851ec75228a7b2919c853ef89bdb67c6d4a2e3
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 <jouni@codeaurora.org>
wpadebug/AndroidManifest.xml
wpadebug/res/layout/input_uri.xml [new file with mode: 0644]
wpadebug/src/w1/fi/wpadebug/InputUri.java [new file with mode: 0644]