Home | History | Annotate | Download | only in content
      1 # Script to start "content" on the device, which has a very rudimentary shell.
      2 base=/system
      3 export CLASSPATH=$base/framework/content.jar
      4 exec app_process $base/bin com.android.commands.content.Content "$@"
      5 
      6