OSDN Git Service

am 26a8090a: cherrypick from lmp-docs docs: Listening for restrictions-changed Origin...
[android-x86/frameworks-base.git] / cmds / appops / appops
1 # Script to start "appwidget" on the device, which has a very rudimentary shell.
2 base=/system
3 export CLASSPATH=$base/framework/appops.jar
4 exec app_process $base/bin com.android.commands.appops.AppOpsCommand "$@"
5