summaryrefslogtreecommitdiffstats
path: root/cmds/telecom/telecom
blob: 9efdcfdec88e29d6e5f8e5be28987713edfd4b95 (plain)
1
2
3
4
5
6
# 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 "$@"