Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
2130b287549b010b405bc72d04f07fb1bd070ba5
/
.
/
cmds
/
settings
/
settings
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
"$@"