How do you include ampersands in URLs for adb shell am start? August 21, 2023 by Tarik use escape character \: $ adb shell am start "http://www.example.com?param1=1\¶m2=2"