George Burgess IV | 6c16888 | 2017-11-04 15:58:58 -0700 | [diff] [blame] | 1 | #!/system/bin/sh |
Yorke Lee | db6da48 | 2015-06-02 13:55:25 -0700 | [diff] [blame] | 2 | # Script to start "telecom" on the device |
3 | # | ||||
4 | base=/system | ||||
5 | export CLASSPATH=$base/framework/telecom.jar | ||||
6 | exec app_process $base/bin com.android.commands.telecom.Telecom "$@" | ||||
7 |