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