George Burgess IV | 6c16888 | 2017-11-04 15:58:58 -0700 | [diff] [blame] | 1 | #!/system/bin/sh |
Svetoslav Ganov | 25872aa | 2012-02-03 19:19:09 -0800 | [diff] [blame] | 2 | # Script to start "content" on the device, which has a very rudimentary shell. |
3 | base=/system | ||||
4 | export CLASSPATH=$base/framework/content.jar | ||||
5 | exec app_process $base/bin com.android.commands.content.Content "$@" | ||||
6 |