結構便利です。
■電話をかける
am start -a android.intent.action.CALL tel:0521112222
■Androidまかせ(ブラウザ起動と地図→スキーまでよろしくやる)
am start -a android.intent.action.VIEW http://www.google.com
am start -a android.intent.action.VIEW geo:0,0?q=Tokyo
am start -a android.intent.action.VIEW geo:0,0?q=Tokyo
■設定
am start -a android.settings.SETTINGS
■特定のアプリケーションを起動
am start -a android.intent.action.MAIN -n com.android.settings/.Settings
0 件のコメント:
コメントを投稿