xref: /aosp_15_r20/frameworks/base/cmds/telecom/telecom.sh (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
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