OSDN Git Service

Merge "DO NOT MERGE Backporting potential usb tapjacking precaution." into lmp-mr1...
[android-x86/frameworks-base.git] / cmds / telecom / telecom
1 # Script to start "telecom" on the device
2 #
3 base=/system
4 export CLASSPATH=$base/framework/telecom.jar
5 exec app_process $base/bin com.android.commands.telecom.Telecom "$@"
6