Is it possible to start an actual Android application from the command line in Android? For example, say I'd simply like to start/bring to the front my calendar. Is there a way that I can do this like:
startapp com.google.calendar
|
Is it possible to start an actual Android application from the command line in Android? For example, say I'd simply like to start/bring to the front my calendar. Is there a way that I can do this like:
|
||||
|
|
|
Using adb, I believe it is possible:
for example we have android program with Manifest as under:
To run the code issue command like this (in one line):
|
|||
|