1#!/system/bin/sh
2export CLASSPATH=/system/framework/appwidget.jar
3exec app_process /system/bin com.android.commands.appwidget.AppWidget "$@"
4