Home | History | Annotate | Download | only in requestsync
      1 #!/system/bin/sh
      2 # Script to start "requestsync" on the device
      3 #
      4 base=/system
      5 export CLASSPATH=$base/framework/requestsync.jar
      6 exec app_process $base/bin com.android.commands.requestsync.RequestSync "$@"
      7 
      8