blob: ef459ca7d4c4ac8ffedcca4f128842835623f5d4 [file] [log] [blame]
# Script to start "settings" on the device
#
base=/system
export CLASSPATH=$base/framework/settings.jar
exec app_process $base/bin com.android.commands.settings.SettingsCmd "$@"