Android中am命令用法详解

Android中am命令用法

位于frameworks/base/cmds/pm

 

am命令作用:管理Activity 
usage: am [start|broadcast|instrument|profile] 
am start -D INTENT 
am broadcast INTENT 
am instrument [-r] [-e <ARG_NAME> <ARG_VALUE>] [-p <PROF_FILE>] 
[-w] <COMPONENT> 
am profile <PROCESS> [start <PROF_FILE>|stop] 
INTENT is described with: 
[-a <ACTION>] [-d <DATA_URI>] [-t <MIME_TYPE>] 
[-c <CATEGORY> [-c <CATEGORY>] ...] 
[-e|--es <EXTRA_KEY> <EXTRA_STRING_VALUE> ...] 
[--ez <EXTRA_KEY> <EXTRA_BOOLEAN_VALUE> ...] 
[-e|--ei <EXTRA_KEY> <EXTRA_INT_VALUE> ...] 
[-n <COMPONENT>] [-f <FLAGS>] [<URI>] 
The start command starts activity. Use -D option to make 'DebugOption' true. 
The broadcast command sends broadcast. 
The instrument command starts instrumentation. 
Use -r option to make 'rawMode' true. 
Use -e option to add the pair of ARG_NAME and ARG_VALUE into Bundle. 
Use -p option to specify profileFile. 
Use -w option to make 'wait' true in order to new an instance of InstrumentationWatcher. 
Use COMPONENT to specify the name of the instrumentation component. 
The profile command turn on/off profiling in a particular process specified byPROCESS.
Use start option to turn on and stop to turn off.Use PROF_FILE to specify the file path of profile. 
Use -a to set action specified by ACTION to be performed. 
Use -d to create a Uri(data) which parses the given encoded URI string DATA_URI. 
Use -t to specify the type specified by MIME_TYPE. Use -c to add a new category specified by 
CATEGORY to the intent. 
Use -e or --es to add extended data to the intent.EXTRA_KEY specifies the name of the extra data and 
EXTRA_STRING_VALUE specifies the string data value. 
Use --ez to add extended data to the intent. EXTRA_KEY specifies the name of the extra data and 
EXTRA_BOOLEAN_VALUE specifies the serializable data value. 
Use -e or --ei to add extended data to the intent. EXTRA_KEY specifies the name of the extra data and 
EXTRA_INT_VALUE specifies the serializable data value. 
Use -n to explicitly set the component specified by COMPONENT to handle the intent. 
Use -f to set special flags controlling how this intent is handled.FLAGS specifies the desired flags. 
Use URI to create an intent from a URI.
 
 
打开一个应用可以adb shell进去命令模式之后,
再运行
am start -n 包名/应用名
包名和应用名可以在Androidmanifest.xml文件查看到
例如打开应用程序可以使用命令:
am start -n com.android.settings/com.android.settings.ApplicationSettings

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值