Thx.
Someone around me told me how to do that by using am.
You can invoke application by am.
type 'am' in android shell to know the usage.
You may need to look at AndroidManifest.xml to know the each
application invoking path.
This is example.
Settings - am start -a android.intent.action.MAIN -n
com.android.settings/.Settings
Browser - am start -a android.intent.action.MAIN -n
com.android.browser/.BrowserActivity
Thx everyone.
On 4월28일, 오전2시01분, Dianne Hackborn <
hack...@android.com> wrote:
> Use "adb install <local path>" to install, "adb uninstall <package name>" to
> uninstall.
>
> And use "adb shell am start ..." to launch activities.
>
>
hack...@android.com
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails. All such
> questions should be posted on public forums, where I and others can see and
> answer them.- 따온 텍스트 숨기기 -
>
> - 따온 텍스트 보기 -