summaryrefslogtreecommitdiff
path: root/cmds/telecom/telecom
blob: a19036bf5bd8ca5f8a56a83857703a25fb29ee63 (plain)
1
2
3
4
5
6
7
#!/system/bin/sh
# Script to start "telecom" on the device
#
base=/system
export CLASSPATH=$base/framework/telecom.jar
exec app_process $base/bin com.android.commands.telecom.Telecom "$@"