]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpadebug: Add a simple WebView activity
authorJouni Malinen <j@w1.fi>
Sat, 11 May 2013 18:01:46 +0000 (21:01 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 12 May 2013 16:18:55 +0000 (19:18 +0300)
commit0db66360d8319e301a79b1669efeb6d13196eb53
treed2fa69da08a7828bdd390ecb28fc2a5908b7677b
parent280cd8a9a2447524ca34c8e51c098c88d8d3c508
wpadebug: Add a simple WebView activity

This provides a simple web browser that can be started and stopped from
other apps or native applications.

This activity can be started with the following command:
am start -a android.action.MAIN -c android.intent.category.LAUNCHER \
    -n w1.fi.wpadebug/.WpaWebViewActivity -e w1.fi.wpadebug.URL <URL>

If <URL> is set to FINISH the activity is finished.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpadebug/AndroidManifest.xml
wpadebug/src/w1/fi/wpadebug/WpaWebViewActivity.java [new file with mode: 0644]