OSDN Git Service

DO NOT MERGE: change SET_DISPLAY_OFFSET namespace to com.android.permission.* This...
[android-x86/frameworks-base.git] / cmds / hid / hid
1 #!/system/bin/sh
2 #
3 # Script to start "hid" on the device, which has a very rudimentary
4 # shell.
5 #
6 base=/system
7 export CLASSPATH=$base/framework/hid.jar
8 exec app_process $base/bin com.android.commands.hid.Hid "$@"