Home | History | Annotate | Download | only in 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 
      6