blob: a19036bf5bd8ca5f8a56a83857703a25fb29ee63 [file] [log] [blame]
George Burgess IV6c168882017-11-04 15:58:58 -07001#!/system/bin/sh
Yorke Leedb6da482015-06-02 13:55:25 -07002# 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