I have android phone with termu
x 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.