6 lines
213 B
Plaintext
Executable File
6 lines
213 B
Plaintext
Executable File
# Script to start "appwidget" on the device, which has a very rudimentary shell.
|
|
base=/system
|
|
export CLASSPATH=$base/framework/appops.jar
|
|
exec app_process $base/bin com.android.commands.appops.AppOpsCommand "$@"
|
|
|