Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
c174448a161cd0a6ed6571f06de38c7695914f62
/
.
/
cmds
/
telecom
/
telecom
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
"$@"