android command-line -
How can I specify a command-line parameter when I launch an Android application?
You can not run for any application, most of the Android The phone does not have any CLI and the apps are launched by clicking on their icon.
You can do this via adb shell
, but your user can not do anything
It's okay what are you trying to do?
Comments
Post a Comment