Sign in
android
/
platform
/
frameworks
/
base
/
0805e0e8556f18b75e9abf1eea24e38d5d1df9ff
/
.
/
cmds
/
telecom
/
telecom.sh
blob: a19036bf5bd8ca5f8a56a83857703a25fb29ee63 [
file
] [
log
] [
blame
]
#!/system/bin/sh
# 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
"$@"