Jaewan Kim f15b67267a Support quatation mark for text command
Change-Id: If32daa593f5feb3b80b143faabd7e83511df2365
2014-12-08 15:19:14 +09:00

8 lines
203 B
Plaintext
Executable File

# 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 "$@"