OSDN Git Service

Merge "Prevent getting data from Clipboard if device is locked" into lmp-dev am:...
[android-x86/frameworks-base.git] / cmds / sm / sm
1 # Script to start "sm" on the device, which has a very rudimentary
2 # shell.
3 #
4 base=/system
5 export CLASSPATH=$base/framework/sm.jar
6 exec app_process $base/bin com.android.commands.sm.Sm "$@"