1#!/system/bin/sh
2# Script to start "telecom" on the device
3#
4base=/system
5export CLASSPATH=$base/framework/telecom.jar
6exec app_process $base/bin com.android.commands.telecom.Telecom "$@"
7
8