Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_base
/
0ca981fe42c43a4b7c345f4a0a2b3b2a519be5da
/
.
/
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
"$@"