Home | History | Annotate | Download | only in svc
      1 #!/system/bin/sh
      2 # Script to start "am" on the device, which has a very rudimentary
      3 # shell.
      4 #
      5 base=/system
      6 export CLASSPATH=$base/framework/svc.jar
      7 exec app_process $base/bin com.android.commands.svc.Svc $*
      8 
      9