0

I have android phone with termux app.

I know to open a link from termux using the command am (activity manager)

am start -a android.intent.action.VIEW -d http://www.stackoverflow.com

But now i want to increase or decrease the volume using am command

How to do it.

Santhosh
  • 9,965
  • 20
  • 103
  • 243

1 Answers1

0

You don't have to use am to open a link you can just use normal

xdg-open http://www.stackoverflow.com

To open any website from termux. And for changing the Volume of your android phone in termux you can use Termux api https://wiki.termux.com/wiki/Termux-volume

Khan Saad
  • 823
  • 1
  • 9
  • 26