summaryrefslogtreecommitdiffstats
path: root/cmds/settings/settings
blob: ef459ca7d4c4ac8ffedcca4f128842835623f5d4 (plain)
1
2
3
4
5
# 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 "$@"