Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_base
/
8102ea5f9c03f2ae1ea8b316764be94d1f43613b
/
.
/
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
"$@"