Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- GUI="/data/local/tmp/GUI"
- echo "<h1>Hello World</h>" > $GUI
- am start -a android.intent.action.VIEW -d file://$GUI -t text/html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement