Alon Albert | e1c4a0b | 2012-01-13 09:35:35 -0800 | [diff] [blame] | 1 | # Script to start "requestsync" on the device |
2 | # | ||||
3 | base=/system | ||||
4 | export CLASSPATH=$base/framework/requestsync.jar | ||||
5 | exec app_process $base/bin com.android.commands.requestsync.RequestSync "$@" | ||||
6 |