Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
4786a567e812c85fbfb41aa80c427a8a4e3aec28
/
.
/
cmds
/
appwidget
/
appwidget
blob: 26ab1730250fbbb643f5d4a51af97a9efdb3db68 [
file
] [
log
] [
blame
]
#!/system/bin/sh
# Script to start "appwidget" on the device, which has a very rudimentary shell.
base
=/
system
export
CLASSPATH
=
$base
/
framework
/
appwidget
.
jar
exec
app_process $base
/
bin com
.
android
.
commands
.
appwidget
.
AppWidget
"$@"