最終更新:2013-07-20 (土) 08:54:08 (3927d)  

Android/system/bin/input
Top / Android / system / bin / input

# Script to start "input" on the device, which has a very rudimentary
# shell.
#
base=/system
export CLASSPATH=$base/framework/input.jar
exec app_process $base/bin com.android.commands.input.Input $*

関連